mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
test: split cli tests from source tree
This commit is contained in:
parent
7d79d4e38e
commit
4619217804
496 changed files with 2582 additions and 952 deletions
|
|
@ -309,10 +309,10 @@ describe('standalone example docs', () => {
|
|||
it('runs the example smoke in the cli smoke script', async () => {
|
||||
const packageJson = JSON.parse(await readText('packages/cli/package.json'));
|
||||
|
||||
assert.match(packageJson.scripts.smoke, /src\/standalone-smoke\.test\.ts/);
|
||||
assert.match(packageJson.scripts.smoke, /src\/example-smoke\.test\.ts/);
|
||||
assert.match(packageJson.scripts.test, /--exclude src\/standalone-smoke\.test\.ts/);
|
||||
assert.match(packageJson.scripts.test, /--exclude src\/example-smoke\.test\.ts/);
|
||||
assert.match(packageJson.scripts.smoke, /test\/standalone-smoke\.test\.ts/);
|
||||
assert.match(packageJson.scripts.smoke, /test\/example-smoke\.test\.ts/);
|
||||
assert.match(packageJson.scripts.test, /--exclude test\/standalone-smoke\.test\.ts/);
|
||||
assert.match(packageJson.scripts.test, /--exclude test\/example-smoke\.test\.ts/);
|
||||
});
|
||||
|
||||
it('documents daemon HTTP database, source generation, LookML, embedding, and code execution support', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue