Skip to content

Commit

Permalink
Disable scratch2 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 26, 2023
1 parent 0be9fe6 commit caef314
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snapshots/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import path from "path"
const tests = []

export function test(style, name, source, lang) {
if (style === 'scratch2') {
// We don't support scratch2
return;
}

tests.push({
style,
name,
Expand Down

0 comments on commit caef314

Please sign in to comment.