We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22be64 commit 1f3df38Copy full SHA for 1f3df38
packages/build/tests/core/tests.js
@@ -287,7 +287,10 @@ test('--branch', async (t) => {
287
})
288
289
test('--baseRelDir', async (t) => {
290
- const output = await new Fixture('./fixtures/basereldir').withFlags({ baseRelDir: false }).runWithConfig()
+ const output = await new Fixture('./fixtures/basereldir')
291
+ .withFlags({ baseRelDir: false })
292
+ .withEnv({ COMMIT_REF: 'abcdefabcdefabcdefabcdef', CACHED_COMMIT_REF: undefined })
293
+ .runWithConfig()
294
t.snapshot(normalizeOutput(output))
295
296
0 commit comments