updated readme

This commit is contained in:
harttle
2016-06-23 18:58:57 +08:00
parent 8053d7021f
commit 21bde3cb6d
6 changed files with 76 additions and 82 deletions
+1 -5
View File
@@ -1,12 +1,8 @@
const chai = require("chai");
const sinonChai = require("sinon-chai");
const sinon = require("sinon");
const expect = chai.expect;
chai.use(sinonChai);
var expression = require('../expression.js');
var Scope = require('../scope.js');
var evalExp = expression.evalExp;
var evalValue = expression.evalValue;