We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7623f commit 5443e61Copy full SHA for 5443e61
package.json
@@ -4,7 +4,8 @@
4
"description": "",
5
"main": "./dist/parser/sqlParser.js",
6
"scripts": {
7
- "test": "mocha test/main.test.js --require babel-register"
+ "test": "mocha test/main.test.js --require babel-register",
8
+ "benchmark": "node test/benchmark.js"
9
},
10
"repository": {
11
"type": "git",
0 commit comments