]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: no need to test `dev` & `build` separately
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 23 Aug 2021 11:55:08 +0000 (19:55 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 23 Aug 2021 11:55:08 +0000 (19:55 +0800)
They're covered by the unit & e2e tests

test.js

diff --git a/test.js b/test.js
index 6746a2f8d1d6698a83b58917f69aab899caae4e8..51fe1561cd34725adb3011f565fb17ff85bfdd62 100644 (file)
--- a/test.js
+++ b/test.js
@@ -8,8 +8,6 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
 const playgroundDir = path.resolve(__dirname, './playground/')
 
 for (const projectName of fs.readdirSync(playgroundDir)) {
-  // TODO: test `dev` & `build` commands
-
   if (projectName.endsWith('with-tests')) {
     console.log(`Running unit tests in ${projectName}`)
     const unitTestResult = spawnSync('pnpm', ['test:unit:ci'], {