From: Haoqun Jiang Date: Mon, 23 Aug 2021 11:55:08 +0000 (+0800) Subject: chore: no need to test `dev` & `build` separately X-Git-Tag: v3.0.0-beta.1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbf5fde88d6943756210275302185ea5890bc21;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: no need to test `dev` & `build` separately They're covered by the unit & e2e tests --- diff --git a/test.js b/test.js index 6746a2f8..51fe1561 100644 --- 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'], {