Skip to content

Commit

Permalink
test: use strictEqual in tests (#306)
Browse files Browse the repository at this point in the history
* test: use strictEqual in tests

* fix: call .toString() when comparing original string and buffer

* fix: call .toString() when comparing original string and numbers

* style: npm run prettier

* test: use assert.deepStrictEqual in tests (#308)

* chore: refresh package-lock.json

* dep: specify engine: node>=7.6 for samples

* chore: assert.deepEqual => assert.deepStrictEqual

* chore: npm run prettier

* fix: system-test/storage.js deepStrictEqual

* Update package.json

* build: npm link ../ before npm install

* fix: npm run prettier; assert.notEqual fix
  • Loading branch information
JustinBeckwith authored and jkwlui committed Jul 20, 2018
1 parent 846fa41 commit ed06ceb
Show file tree
Hide file tree
Showing 12 changed files with 12,006 additions and 395 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
name: Link the module being tested to the samples.
command: |
cd samples/
npm install
npm link ../
npm install
environment:
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
Expand Down
91 changes: 28 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed06ceb

Please sign in to comment.