Skip to content

Commit c7f33d5

Browse files
committed
fix tests
1 parent 94071cb commit c7f33d5

File tree

3 files changed

+65
-99
lines changed

3 files changed

+65
-99
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "test"
2121
command: |
2222
npm install
23-
npm run test
23+
./tests.sh
2424
- deploy:
2525
command: |
2626
if [[ "${CIRCLE_BRANCH}" == "master" && -z "${CIRCLE_PR_REPONAME}" ]]; then

package-lock.json

Lines changed: 63 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"rewire": "4.0.1",
2727
"sinon": "^7.3.2",
28-
"standard": "11.0.1",
28+
"standard": "^11.0.1",
2929
"tape": "^4.9.1",
3030
"tmp": "0.0.33"
3131
}

0 commit comments

Comments
 (0)