release: 0.2.0421.2
This commit is contained in:
@@ -10,4 +10,11 @@ describe("manifest", () => {
|
||||
])
|
||||
);
|
||||
});
|
||||
|
||||
test("declares the downloads permission and background worker for csv export", () => {
|
||||
expect(manifest.permissions).toEqual(
|
||||
expect.arrayContaining(["downloads"])
|
||||
);
|
||||
expect(manifest.background?.service_worker).toBe("background/index.js");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user