We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f578 commit 3244ffbCopy full SHA for 3244ffb
packages/addons/_tests/vitest/test.ts
@@ -7,7 +7,7 @@ const { test, flavors } = setupTest(
7
{ kinds: [{ type: 'default', options: { vitest: {} } }], browser: false }
8
);
9
10
-test.concurrent.for(flavors)('vitest %variant', (flavor, { expect, ...ctx }) => {
+test.concurrent.for(flavors)('vitest $variant', (flavor, { expect, ...ctx }) => {
11
const cwd = ctx.run(flavor);
12
13
expect(() => execSync('pnpm install', { cwd, stdio: 'pipe' })).not.toThrow();
0 commit comments