Explorar o código

deps-parser cannot be tested alone

Evan You %!s(int64=12) %!d(string=hai) anos
pai
achega
5f72cabe5c
Modificáronse 1 ficheiros con 0 adicións e 13 borrados
  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)
-    })
-})