Cleaned up tests

This commit is contained in:
Daniel
2020-04-06 09:12:59 +02:00
parent caca6995a1
commit ef520571d5
11 changed files with 289 additions and 274 deletions

View File

@@ -1,4 +1,4 @@
const { expect } = require('@capire/tests')
const { expect } = require('./capire')
const cds = require('@sap/cds')
const CQL = ([cql]) => cds.parse.cql(cql)
const Foo = { name: 'Foo' }