mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { sequentialize } from "jslib-common/misc/sequentialize";
|
||||
import { sequentialize } from "@bitwarden/common/misc/sequentialize";
|
||||
|
||||
describe("sequentialize decorator", () => {
|
||||
it("should call the function once", async () => {
|
||||
|
||||
Reference in New Issue
Block a user