Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Chore: Refactor alignment tests, now on by default #387

Merged
merged 1 commit into from
Sep 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ coverage
node_modules
npm-debug.log
_test.js
.DS_Store
.DS_Store
.vscode
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "BSD-2-Clause",
"devDependencies": {
"babel-code-frame": "^6.26.0",
"babylon": "^7.0.0-beta.22",
"babylon": "7.0.0-beta.24",
"eslint": "4.6.1",
"eslint-config-eslint": "4.0.0",
"eslint-plugin-node": "5.1.1",
Expand All @@ -42,7 +42,7 @@
"eslint"
],
"scripts": {
"test": "node Makefile.js test",
"test": "node Makefile.js test && npm run ast-alignment-tests",
"jest": "jest",
"ast-alignment-tests": "jest --config={} ./tests/ast-alignment/spec.js",
"lint": "node Makefile.js lint",
Expand Down
Loading