Skip to content

Commit

Permalink
chore: remove accidental test.only in bundle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Floffah committed Oct 12, 2024
1 parent d43f205 commit 85757e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bundle/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test("Basic config", async () => {
expect(readOutputFile("secondBundle")).toMatchSnapshot();
});

test.only("Pass tsconfig as object", async () => {
test("Pass tsconfig as object", async () => {
const tsconfig: TsConfigJson = {
compilerOptions: {
emitDeclarationOnly: true,
Expand Down

0 comments on commit 85757e6

Please sign in to comment.