mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-27 16:10:36 +08:00
Fix the incompatible native module test failure
This commit is contained in:
+1
-3
@@ -21,13 +21,11 @@
|
||||
"homepage": "https://github.com/seongjaelee/notational-velocity",
|
||||
"dependencies": {
|
||||
"atom-space-pen-views": "^2.0.3",
|
||||
"chokidar": "^1.0.5",
|
||||
"docquery": "^1.1.0",
|
||||
"fs-plus": "2.x",
|
||||
"underscore-plus": "^1.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"fs-plus": "2.x",
|
||||
"atom-space-pen-views": "^2.0.3",
|
||||
"underscore-plus": "^1.6.6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
NotationalVelocity = require '../lib/notational-velocity'
|
||||
|
||||
# Use the command `window:run-package-specs` (cmd-alt-ctrl-p) to run specs.
|
||||
#
|
||||
# To run a specific `it` or `describe` block add an `f` to the front (e.g. `fit`
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
NotationalVelocityView = require '../lib/notational-velocity-view'
|
||||
|
||||
describe "NotationalVelocityView", ->
|
||||
it "has one valid test", ->
|
||||
expect("life").toBe "life"
|
||||
Reference in New Issue
Block a user