refactor: src/scope.js

This commit is contained in:
harttle
2018-07-21 17:02:18 +08:00
parent c79700ef1a
commit 63b5658604
5 changed files with 88 additions and 128 deletions
+1
View File
@@ -2,6 +2,7 @@ const Liquid = require('..')
const sinon = require('sinon')
const chai = require('chai')
const expect = chai.expect
chai.use(require('chai-as-promised'))
describe('xhr', () => {
if (process.version.match(/^v(\d+)/)[1] < 8) {