mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
|
||||
import { createBatcher } from '../../util/batcher';
|
||||
import { sleep } from '../../util/sleep';
|
||||
import { createBatcher } from '../../util/batcher.js';
|
||||
import { sleep } from '../../util/sleep.js';
|
||||
|
||||
describe('batcher', () => {
|
||||
it('should schedule a full batch', async () => {
|
||||
|
||||
Reference in New Issue
Block a user