Skip to content

Commit

Permalink
remove Region and Culture test from wilder, phetsims/joist#953
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 11, 2024
1 parent 8dea68e commit b38f5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@
"phet-io"
],
"simulation": true,
"supportsOutputJS": true,
"simFeatures": {
"supportedRegionsAndCultures": [
"africa",
"random",
"usa"
],
"defaultRegionAndCulture": "random"
}
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down
10 changes: 1 addition & 9 deletions wilder_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@
"phet-io"
],
"simulation": true,
"supportsOutputJS": true,
"simFeatures": {
"supportedRegionsAndCultures": [
"africa",
"random",
"usa"
],
"defaultRegionAndCulture": "random"
}
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js"
Expand Down

0 comments on commit b38f5fa

Please sign in to comment.