Update .gitlab-ci.yml #21
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue