Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney authored and LarsDenBakker committed Apr 29, 2022
1 parent 4b6d92b commit 143aad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-server-esbuild/test/ts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Bar {
});


it.only('reads tsconfig.json file', async () => {
it('reads tsconfig.json file', async () => {
const { server, host } = await createTestServer({
rootDir: path.join(__dirname, 'fixture'),
plugins: [
Expand Down

0 comments on commit 143aad8

Please sign in to comment.