mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { assert } from 'chai';
|
||||
import { useFakeTimers } from 'sinon';
|
||||
|
||||
import { sleep } from '../../util/sleep';
|
||||
import { sleep } from '../../util/sleep.js';
|
||||
|
||||
describe('sleep', () => {
|
||||
beforeEach(function (this: Mocha.Context) {
|
||||
|
||||
Reference in New Issue
Block a user