Skip to content

Commit 8002ade

Browse files
[FSSDK-10201] unused import removal
1 parent 17ea6f4 commit 8002ade

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/utils/microtask/index.tests.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { assert } from 'chai';
18-
import { scheduleMicrotaskOrTimeout } from '.';
17+
import { scheduleMicrotaskOrTimeout } from './';
1918

2019
describe('scheduleMicrotaskOrTimeout', () => {
2120
it('should use queueMicrotask if available', (done) => {

0 commit comments

Comments
 (0)