From 7ae6d1c211a7cbbfdc4bd164c466b735711b7bf9 Mon Sep 17 00:00:00 2001 From: Seongjae Lee Date: Tue, 8 Sep 2015 22:56:57 -0700 Subject: [PATCH] Fix the incompatible native module test failure --- package.json | 4 +--- spec/notational-velocity-spec.coffee | 2 -- spec/notational-velocity-view-spec.coffee | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 spec/notational-velocity-view-spec.coffee diff --git a/package.json b/package.json index 2f11aac..8957ee5 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/spec/notational-velocity-spec.coffee b/spec/notational-velocity-spec.coffee index 408c5e8..ff68de3 100644 --- a/spec/notational-velocity-spec.coffee +++ b/spec/notational-velocity-spec.coffee @@ -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` diff --git a/spec/notational-velocity-view-spec.coffee b/spec/notational-velocity-view-spec.coffee deleted file mode 100644 index 368413c..0000000 --- a/spec/notational-velocity-view-spec.coffee +++ /dev/null @@ -1,5 +0,0 @@ -NotationalVelocityView = require '../lib/notational-velocity-view' - -describe "NotationalVelocityView", -> - it "has one valid test", -> - expect("life").toBe "life"