mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): fix to ensure all unit tests are run independent of state of dist directory
This commit is contained in:
@@ -85,7 +85,7 @@ export function copySourceToDest(destinationPath: string, excludeSpecs: boolean,
|
||||
glob.push(`${SRC_ROOT}/**/*.spec.ts`);
|
||||
}
|
||||
if (excludeE2e) {
|
||||
glob.push(`!${SRC_ROOT}/components/*/test/**/*.ts`);
|
||||
glob.push(`!${SRC_ROOT}/components/*/test/*/**/*.ts`);
|
||||
}
|
||||
let stream = src(glob);
|
||||
if (stripDebug) {
|
||||
|
||||
Reference in New Issue
Block a user