Skip to content

Commit 6fdd53c

Browse files
committed
Update not_implemented_error_test.ts
1 parent 8185591 commit 6fdd53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/not_implemented_error_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ suite("NotImplementedError", () => {
88
var err: TypedReact.NotImplementedError;
99
var methodName = "chai";
1010

11-
suiteSetup(() => {
11+
setup(() => {
1212
err = new TypedReact.NotImplementedError(methodName);
1313
});
1414

0 commit comments

Comments
 (0)