We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43f205 commit 85757e6Copy full SHA for 85757e6
tests/bundle/bundle.test.ts
@@ -23,7 +23,7 @@ test("Basic config", async () => {
23
expect(readOutputFile("secondBundle")).toMatchSnapshot();
24
});
25
26
-test.only("Pass tsconfig as object", async () => {
+test("Pass tsconfig as object", async () => {
27
const tsconfig: TsConfigJson = {
28
compilerOptions: {
29
emitDeclarationOnly: true,
0 commit comments