mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-07 09:38:03 +00:00
remove support for webkit (#262)
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -10,6 +10,7 @@ Supported `polkadot-sdk` rev:`c29e72a8628835e34deb6aa7db9a78a2e4eabcee`
|
||||
- Support for solc v0.8.29
|
||||
|
||||
### Changed
|
||||
- Runner `resolc` using webkit is no longer supported.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -35,11 +35,6 @@ module.exports = defineConfig({
|
||||
name: "firefox",
|
||||
use: { ...devices["Desktop Firefox"] },
|
||||
},
|
||||
|
||||
{
|
||||
name: "webkit",
|
||||
use: { ...devices["Desktop Safari"] },
|
||||
},
|
||||
],
|
||||
|
||||
/* Run your local dev server before starting the tests */
|
||||
|
||||
Reference in New Issue
Block a user