mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
updated readme
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
var chai = require("chai");
|
||||
var sinonChai = require("sinon-chai");
|
||||
var sinon = require("sinon");
|
||||
var expect = chai.expect;
|
||||
chai.use(sinonChai);
|
||||
|
||||
var engine = require('..')(), ctx;
|
||||
|
||||
function test(func, cb){
|
||||
|
||||
+1
-5
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user