Просмотр исходного кода

deps-parser cannot be tested alone

Evan You 12 лет назад
Родитель
Сommit
5f72cabe5c
1 измененных файлов с 0 добавлено и 13 удалено
  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)
-    })
-})