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

Commit e10aab8

Browse files
authored
Chore: Refactor alignment tests, now on by default (#387)
1 parent 9e17d0b commit e10aab8

File tree

6 files changed

+584
-809
lines changed

6 files changed

+584
-809
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ coverage
33
node_modules
44
npm-debug.log
55
_test.js
6-
.DS_Store
6+
.DS_Store
7+
.vscode

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "BSD-2-Clause",
2020
"devDependencies": {
2121
"babel-code-frame": "^6.26.0",
22-
"babylon": "^7.0.0-beta.22",
22+
"babylon": "7.0.0-beta.24",
2323
"eslint": "4.6.1",
2424
"eslint-config-eslint": "4.0.0",
2525
"eslint-plugin-node": "5.1.1",
@@ -42,7 +42,7 @@
4242
"eslint"
4343
],
4444
"scripts": {
45-
"test": "node Makefile.js test",
45+
"test": "node Makefile.js test && npm run ast-alignment-tests",
4646
"jest": "jest",
4747
"ast-alignment-tests": "jest --config={} ./tests/ast-alignment/spec.js",
4848
"lint": "node Makefile.js lint",

0 commit comments

Comments
 (0)