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

Commit 5ca1779

Browse files
committed
test: add tests
1 parent 7caf1ab commit 5ca1779

File tree

6 files changed

+2003
-737
lines changed

6 files changed

+2003
-737
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"underscore-plus": "^1.7.0"
2424
},
2525
"devDependencies": {
26+
"atom-jasmine3-test-runner": "^5.2.7",
2627
"eslint-config-atomic": "^1.16.1"
2728
},
2829
"scripts": {
@@ -32,6 +33,7 @@
3233
"test.lint": "eslint .",
3334
"test": "atom --test spec"
3435
},
36+
"atomTestRunner": "./spec/runner",
3537
"enhancedScopes": [
3638
"source.rust"
3739
],

0 commit comments

Comments
 (0)