Browse Source

deps-parser cannot be tested alone

Evan You 12 years ago
parent
commit
5f72cabe5c
1 changed files with 0 additions and 13 deletions
  1. 0 13
      test/unit/deps-parser.js

+ 0 - 13
test/unit/deps-parser.js

@@ -1,13 +0,0 @@
-// shiv the document to provide dummy object
-global.document = {
-    createElement: function () { return {} }
-}
-
-var DepsParser = require('../../src/deps-parser'),
-    assert     = require('assert')
-
-describe('UNIT: Dependency Parser', function () {
-    it('should work', function () {
-        assert.ok(true)
-    })
-})