Skip to content

Commit 83f19ab

Browse files
committed
test: remove simple tester
1 parent 7928453 commit 83f19ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rspack-test-tools/src/test/creator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class BasicCaseCreator<T extends ECompilerType> {
232232
const description =
233233
typeof options.description === "function"
234234
? options.description(name, index)
235-
: `step [${index} should pass`;
235+
: `step [${index}] should pass`;
236236
it(
237237
description,
238238
async () => {

0 commit comments

Comments
 (0)