mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -5,9 +5,9 @@ import { assert } from 'chai';
|
||||
import createDebug from 'debug';
|
||||
import Long from 'long';
|
||||
|
||||
import type { App } from '../playwright';
|
||||
import * as durations from '../../util/durations';
|
||||
import { Bootstrap } from '../bootstrap';
|
||||
import type { App } from '../playwright.js';
|
||||
import * as durations from '../../util/durations/index.js';
|
||||
import { Bootstrap } from '../bootstrap.js';
|
||||
|
||||
export const debug = createDebug('mock:test:readSync');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user