Skip to content

Commit

Permalink
test: fix tests (#485)
Browse files Browse the repository at this point in the history
* fix: revert manifest back to v2

* fix: update cypress-extensions-plugin to 0.1.7
  • Loading branch information
victal authored May 4, 2024
1 parent c4d02cf commit 6cfbf54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"manifest_version": 3,
"manifest_version": 2,
"name": "Tapas RSS Button",
"version": "1.1.0",
"description": "A webextension that adds an RSS feed button on tapas.io webcomic pages",
Expand Down Expand Up @@ -38,6 +38,5 @@
"gecko": {
"id": "{395c081e-9f3b-4218-9587-bcbfa467c3b6}"
}
},
"content_security_policy": {}
}
}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"test": "npm run test:unit && npm run test:cypress",
"test:unit": "mocha tests/unit/**/*.spec.js",
"test:cypress": "cypress run -b ${BROWSER:-firefox}",
"cypress:open": "cypress open",
"prepare": "husky install"
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
Expand All @@ -25,7 +24,7 @@
},
"homepage": "https://github.com/victal/tapas-rss#readme",
"devDependencies": {
"@victal/cypress-extensions-plugin": "^0.1.6",
"@victal/cypress-extensions-plugin": "^0.1.7",
"axios": "^1.6.8",
"chai": "^4.4.1",
"cypress": "^13.7.2",
Expand Down

0 comments on commit 6cfbf54

Please sign in to comment.