Skip to content

Commit

Permalink
chore: update vitest (netlify/edge-bundler#322)
Browse files Browse the repository at this point in the history
chore: tests

Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com>
  • Loading branch information
danez and khendrikse committed Mar 14, 2023
1 parent e51dfda commit 6afbaa7
Show file tree
Hide file tree
Showing 5 changed files with 592 additions and 70 deletions.
6 changes: 3 additions & 3 deletions packages/edge-bundler/.github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [14.16.0, '*']
node-version: [14.18.0, '*']
exclude:
- os: macOS-latest
node-version: 14.16.0
node-version: 14.18.0
- os: windows-latest
node-version: 14.16.0
node-version: 14.18.0
fail-fast: false
steps:
- name: Git checkout
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`bundle > should throw on additional property in bundle 1`] = `
"Validation of Edge Functions manifest failed
Expand Down

0 comments on commit 6afbaa7

Please sign in to comment.