mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 19:34:04 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { deconstructLookup } from '../../util/deconstructLookup';
|
||||
import { deconstructLookup } from '../../util/deconstructLookup.js';
|
||||
|
||||
describe('deconstructLookup', () => {
|
||||
it('looks up an array of properties in a lookup', () => {
|
||||
|
||||
Reference in New Issue
Block a user