mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-29 12:53:35 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { toWebSafeBase64, fromWebSafeBase64 } from '../../util/webSafeBase64';
|
||||
import {
|
||||
toWebSafeBase64,
|
||||
fromWebSafeBase64,
|
||||
} from '../../util/webSafeBase64.js';
|
||||
|
||||
describe('both/util/webSafeBase64', () => {
|
||||
it('roundtrips with all elements', () => {
|
||||
|
||||
Reference in New Issue
Block a user