hmpo-cached-model
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "hmpo-cached-model", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Cached polling model", | ||
@@ -9,4 +9,4 @@ "main": "index.js", | ||
"lint": "eslint .", | ||
"unit": "mocha test/. --recursive --require test/helpers", | ||
"cover": "istanbul cover _mocha -- -R dot test/. --recursive --require test/helpers", | ||
"unit": "mocha test --recursive", | ||
"cover": "istanbul cover _mocha -- -R dot test --recursive", | ||
"check-coverage": "istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100", | ||
@@ -13,0 +13,0 @@ "snyk": "snyk test", |
'use strict'; | ||
const chai = require('chai'); | ||
chai.should(); | ||
global.expect = chai.expect; | ||
global.sinon = require('sinon'); | ||
chai.use(require('sinon-chai')); | ||
const HmpoCachedModel = require('../../lib'); | ||
@@ -4,0 +10,0 @@ const HmpoModel = require('hmpo-model'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23765
10
502