Skip to content

Commit 0420f8f

Browse files
authored
fix: use starters from upstream (#3)
1 parent 0395e92 commit 0420f8f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/starters.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
import { defineTest } from "../src/test";
22

33
export default defineTest({
4-
repo: "AriPerkkio/starters",
5-
branch: "test/webcontainer-tests",
6-
7-
// TODO:
8-
// repo: "stackblitz/starters",
9-
// branch: "main",
4+
repo: "stackblitz/starters",
5+
branch: "main",
106

117
test: [
128
"test -- --project chromium",

0 commit comments

Comments
 (0)