Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit bb2b000

Browse files
committed
Import tests from messageformat.js@5cd5476
1 parent f71bfcf commit bb2b000

File tree

2 files changed

+394
-1
lines changed

2 files changed

+394
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424
"parser.js"
2525
],
2626
"devDependencies": {
27+
"expect.js": "^0.3.1",
28+
"mocha": "^2.4.5",
2729
"pegjs": ">=0.8.0"
2830
},
2931
"scripts": {
30-
"prepublish": "pegjs parser.pegjs"
32+
"prepublish": "pegjs parser.pegjs",
33+
"test": "mocha"
3134
}
3235
}

0 commit comments

Comments
 (0)