Skip to content

Commit 85757e6

Browse files
committed
chore: remove accidental test.only in bundle tests
1 parent d43f205 commit 85757e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bundle/bundle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test("Basic config", async () => {
2323
expect(readOutputFile("secondBundle")).toMatchSnapshot();
2424
});
2525

26-
test.only("Pass tsconfig as object", async () => {
26+
test("Pass tsconfig as object", async () => {
2727
const tsconfig: TsConfigJson = {
2828
compilerOptions: {
2929
emitDeclarationOnly: true,

0 commit comments

Comments
 (0)