Skip to content

Commit 9788ab3

Browse files
author
Michael-F-Bryan
committed
Run tests shouldn't be skipped
1 parent 50ba258 commit 9788ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const initialized = (async () => {
1313
initializeLogger("warn");
1414
})();
1515

16-
describe.skip("run", function () {
16+
describe("run", function () {
1717
this.timeout("60s").beforeAll(async () => await initialized);
1818

1919
it("can execute a noop program", async () => {

0 commit comments

Comments
 (0)