1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-16 00:03:38 +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,5 +1,5 @@
import { sequentialize } from '../../src/misc/sequentialize';
import { throttle } from '../../src/misc/throttle';
import { sequentialize } from 'src/misc/sequentialize';
import { throttle } from 'src/misc/throttle';
describe('throttle decorator', () => {
it('should call the function once at a time', async () => {