mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
test: move slow suites to ci tier
This commit is contained in:
parent
eee46896f1
commit
04d628c16c
10 changed files with 1681 additions and 1538 deletions
|
|
@ -143,6 +143,8 @@ describe('standalone example docs', () => {
|
|||
|
||||
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/);
|
||||
});
|
||||
|
||||
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