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 7928453 commit 83f19abCopy full SHA for 83f19ab
packages/rspack-test-tools/src/test/creator.ts
@@ -232,7 +232,7 @@ export class BasicCaseCreator<T extends ECompilerType> {
232
const description =
233
typeof options.description === "function"
234
? options.description(name, index)
235
- : `step [${index}】 should pass`;
+ : `step [${index}] should pass`;
236
it(
237
description,
238
async () => {
0 commit comments