remove dev-dep: chai-as-promised

This commit is contained in:
harttle
2016-06-16 01:05:08 +08:00
parent 9fe49e9872
commit d9b56904f8
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
test/
-1
View File
@@ -1,6 +1,5 @@
var chai = require("chai");
var should = chai.should();
chai.use(require("chai-as-promised"));
var identifier = require('../lexical.js');