mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 14:07:09 +03:00
move utils to seperate files and folder, update imports
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import assert from "assert";
|
||||
|
||||
import { partialDeepEquals } from "../utils";
|
||||
import { partialDeepEquals } from "../utils/partialDeepEquals";
|
||||
|
||||
describe("Test utils ", () => {
|
||||
it("objectContain", async () => {
|
||||
|
||||
Reference in New Issue
Block a user