Skip to content

Commit bfbf5fd

Browse files
committed
chore: no need to test dev & build separately
They're covered by the unit & e2e tests
1 parent 6f043b9 commit bfbf5fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
88
const playgroundDir = path.resolve(__dirname, './playground/')
99

1010
for (const projectName of fs.readdirSync(playgroundDir)) {
11-
// TODO: test `dev` & `build` commands
12-
1311
if (projectName.endsWith('with-tests')) {
1412
console.log(`Running unit tests in ${projectName}`)
1513
const unitTestResult = spawnSync('pnpm', ['test:unit:ci'], {

0 commit comments

Comments
 (0)