Fix the incompatible native module test failure

This commit is contained in:
Seongjae Lee
2015-09-08 22:56:57 -07:00
parent 56821bccbc
commit 7ae6d1c211
3 changed files with 1 additions and 10 deletions
+1 -3
View File
@@ -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"
}
}
-2
View File
@@ -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"