Update .gitlab-ci.yml #21

Closed
gaiety wants to merge 2 commits from gaiety-master-patch-85294 into master
Showing only changes of commit 028213e6ac - Show all commits

View file

@ -1,5 +1,7 @@
const Query = require('./index')
const TestData = require('./testdata.json')
const fs = require('fs')
const TestData = JSON.parse(fs.readFileSync('./testdata.json'))
test('should not modify passed data without chain alterations', () => {
let query = new Query(TestData)