diff options
author | daurnimator <quae@daurnimator.com> | 2018-04-14 14:53:11 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-04-14 16:52:26 +1000 |
commit | 65d022bf3d7330a3d8dc69c08e07a81f25b8ba4b (patch) | |
tree | 1a47ef2f9c393d6e024f161ac50b1880d0639cc1 /package.json | |
parent | ce9fd9bdca0caa6a33ce37a01f41593ca42ba95b (diff) | |
download | fengari-65d022bf3d7330a3d8dc69c08e07a81f25b8ba4b.tar.gz fengari-65d022bf3d7330a3d8dc69c08e07a81f25b8ba4b.tar.bz2 fengari-65d022bf3d7330a3d8dc69c08e07a81f25b8ba4b.zip |
test/test-suite: Move ported PUC-Rio test suite to jest
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json index 54883c4..7424f82 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "lint": "eslint src/ test/", "prepublishOnly": "git diff-index --quiet --cached HEAD -- && npm run lint && npm run test", - "test": "jest && (tape test/test-suite/*.js | faucet)" + "test": "jest" }, "repository": { "type": "git", @@ -31,9 +31,7 @@ "homepage": "https://github.com/fengari-lua/fengari#readme", "devDependencies": { "eslint": "^4.19.1", - "faucet": "^0.0.1", - "jest": "^22.4.3", - "tape": "^4.9.0" + "jest": "^22.4.3" }, "dependencies": { "readline-sync": "^1.4.9", |