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.
dev
build
1 parent 6f043b9 commit bfbf5fdCopy full SHA for bfbf5fd
test.js
@@ -8,8 +8,6 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
8
const playgroundDir = path.resolve(__dirname, './playground/')
9
10
for (const projectName of fs.readdirSync(playgroundDir)) {
11
- // TODO: test `dev` & `build` commands
12
-
13
if (projectName.endsWith('with-tests')) {
14
console.log(`Running unit tests in ${projectName}`)
15
const unitTestResult = spawnSync('pnpm', ['test:unit:ci'], {
0 commit comments