Skip to content

Commit

Permalink
chore: skip SvelteKit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jul 12, 2022
1 parent 002b6d5 commit 9fff3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sveltekit/__tests__/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import puppeteer from 'puppeteer';
let browser: puppeteer.Browser;
let page: puppeteer.Page;

describe('SvelteKit integration', () => {
describe.skip('SvelteKit integration', () => {
beforeAll(async () => {
browser = await puppeteer.launch({
// If you wanna run tests with open browser
Expand Down

0 comments on commit 9fff3b7

Please sign in to comment.