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

Commit

Permalink
Chore: Refactor alignment tests, now on by default (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Sep 25, 2017
1 parent 9e17d0b commit e10aab8
Show file tree
Hide file tree
Showing 6 changed files with 584 additions and 809 deletions.
3 changes: 2 additions & 1 deletion .gitignore
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
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

0 comments on commit e10aab8

Please sign in to comment.