1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-03 09:03:13 +00:00

Fix paths

This commit is contained in:
Hinton
2022-01-03 12:04:50 +01:00
parent c4999f9cf9
commit 5f25674670
22 changed files with 472 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
import { Utils } from '../../src/misc/utils';
import { Utils } from 'src/misc/utils';
describe('Utils Service', () => {
describe('getDomain', () => {