mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 13:37:01 +03:00
formatting
This commit is contained in:
committed by
GitHub
parent
6f737ab0b6
commit
bfd017a66a
@@ -178,8 +178,8 @@ describe("getLockCategories", () => {
|
||||
});
|
||||
|
||||
it("Should be able to get skip, mute, full", (done) => {
|
||||
const actionTypes = [...defaultActionTypes, "full"]
|
||||
getLockCategories("getLockCategory3",actionTypes )
|
||||
const actionTypes = [...defaultActionTypes, "full"];
|
||||
getLockCategories("getLockCategory3", actionTypes)
|
||||
.then(res => {
|
||||
assert.strictEqual(res.status, 200);
|
||||
const expected = {
|
||||
|
||||
Reference in New Issue
Block a user