Closed pgejgalis-codilime closed 2 years ago
Yes, it's a bug from npm https://github.com/npm/npm/issues/20644
npm exec -- vitest run -t "should allow to use backticks \`here\`" src/my-test.tsx
and it works well with yarn.
yarn exec -- vitest run -t "should allow to use backticks \`here\`" tests/first.test.ts
Hello! I see an error when I have backtics inside the
it()
section and I want to run just one test:As a workaround I need to run whole
describe()
section (where I'm not using backticks)