diff --git a/packages/core/__tests__/cli/build.test.ts b/packages/core/__tests__/cli/build.test.ts index 20632a3e6..339c50093 100644 --- a/packages/core/__tests__/cli/build.test.ts +++ b/packages/core/__tests__/cli/build.test.ts @@ -1,4 +1,5 @@ import { existsSync, statSync } from 'fs'; +import { sep } from 'path'; import { stripIndent } from 'common-tags'; import stripAnsi = require('strip-ansi'); @@ -15,6 +16,11 @@ import { setupCompositeProject, } from 'glint-monorepo-test-utils'; +const TIMESTAMP = /\d{1,2}:\d{2}:\d{2} (AM|PM)/g; +let EPHEMERAL = new RegExp(`(test-packages${sep}ephemeral${sep}[\\d\\w]+)${sep}`); + +//