Skip to content

Commit

Permalink
chore: update preact snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Benehiko committed Sep 22, 2023
1 parent ed1b3b3 commit 3f4914a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions examples/preact-spa/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ export default defineConfig({
name: "chromium",
use: { ...devices["Desktop Chrome"] },
},

{
name: "firefox",
use: { ...devices["Desktop Firefox"] },
},

{
name: "webkit",
use: { ...devices["Desktop Safari"] },
Expand Down
2 changes: 1 addition & 1 deletion playwright-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ fi

if [ "$project" == "preact" ]; then
echo "testing preact app"
(cd examples/react-spa && runTest "preact")
(cd examples/preact-spa && runTest "preact")
fi

0 comments on commit 3f4914a

Please sign in to comment.