refactor: moving all ES6 files to src/, working on #83

This commit is contained in:
harttle
2018-08-16 00:22:46 +08:00
parent 9f597843c9
commit 5f634b0b5e
26 changed files with 46 additions and 43 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const chai = require('chai')
const expect = chai.expect
const Liquid = require('../..')
const Liquid = require('../../src')
chai.use(require('chai-as-promised'))
describe('strict options', function () {