Use plain assert testing

This commit is contained in:
Jonathan Clem
2020-09-16 15:05:55 -04:00
parent c59c7ac8b6
commit e0c9b41009
2 changed files with 17 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "ncc build src/setup-elixir.js",
"format": "prettier \"src/**/*.js\"",
"test": "jest"
"test": "node __tests__/setup-elixir.test.js"
},
"husky": {
"hooks": {
@@ -22,7 +22,6 @@
"devDependencies": {
"@zeit/ncc": "^0.22.1",
"husky": "^4.2.5",
"jest": "^26.4.2",
"prettier": "^2.0.5"
}
}