wrote tests tests for browser use

This commit is contained in:
Kendall Werts
2020-01-08 18:33:02 -06:00
parent 53f7dc4915
commit 3a7744b41b
4 changed files with 197 additions and 138 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
describe("Sync", () => {
it.only("should init sync on startup", async () => {
it("should init sync on startup", async () => {
console.log("!!!a")
const tab = await helper.browser.initializeWithTab();
console.log(await background.browser.storage.local.get());