Skip to content

Commit

Permalink
chore: Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jan 7, 2023
1 parent 30945de commit 562e331
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
41 changes: 0 additions & 41 deletions packages/cli/src/resources/static-app.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/cli/tests/client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const getPort = require('get-port');
let chrome;
let PORT;

describe('client-side tests', () => {
describe('client', () => {
beforeAll(async () => {
chrome = await startChrome();
});
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/tests/service-worker.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function enableOfflineMode(page, browser) {
});
}

describe('preact service worker tests', () => {
describe('service worker', () => {
let server, browser, dir;

beforeAll(async () => {
Expand Down

0 comments on commit 562e331

Please sign in to comment.