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