Skip to content

Commit 455b561

Browse files
authored
fix typo (#2276)
* fix typo * Update purgeUnusedStyles.test.js
1 parent a2956f8 commit 455b561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/purgeUnusedStyles.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function suppressConsoleLogs(cb, type = 'warn') {
1212
Promise.resolve(cb()).then(resolve, reject)
1313
})
1414

15-
promise.then(spy.mockRestor, spy.mockRestore)
15+
promise.then(spy.mockRestore, spy.mockRestore)
1616

1717
return promise
1818
}

0 commit comments

Comments
 (0)