Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 90031e3

Browse files
committed
fix: test case.
1 parent f674bff commit 90031e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat",
88
"build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js",
9-
"test": "npm run test:build",
9+
"test": "npm run build && npm run test:build",
1010
"test:all": "mocha --require babel-register",
1111
"test:build": "mocha --require babel-register test/*.test.js",
1212
"test:benchmark": "mocha --require babel-register test/benchmark.js"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /