Skip to content

Commit

Permalink
✅ Update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
kghugo committed Aug 4, 2020
1 parent 1289fdd commit 172436f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rfs-auto-pilot"
],
"scripts": {
"test": "jest && eslint .",
"test": "npx mocha",
"build": "npx rollup -c;"
},
"author": "Hugo Sum <hugosum.dev@protonmail.com>",
Expand Down Expand Up @@ -48,4 +48,4 @@
"jest": {
"testEnvironment": "node"
}
}
}
1 change: 1 addition & 0 deletions test/inclusionLogic.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO
Empty file removed test/index.spec.js
Empty file.

0 comments on commit 172436f

Please sign in to comment.