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 { noop } from 'lodash';
|
||||
|
||||
import { AbortableProcess } from '../../util/AbortableProcess';
|
||||
import { AbortableProcess } from '../../util/AbortableProcess.js';
|
||||
|
||||
describe('AbortableProcess', () => {
|
||||
it('resolves the result normally', async () => {
|
||||
|
||||
Reference in New Issue
Block a user