Skip to content

Commit

Permalink
phetioDebug is now boolean, remove debug from wrapper template, phets…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 17, 2022
1 parent 4dc1194 commit e213dec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/phetmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
// Query parameters for the PhET-iO wrappers (including iframe tests)
const phetioWrapperQueryParameters = phetioBaseParameters.concat( [
{
value: 'phetioDebug',
value: 'phetioDebug=true',
text: 'Enable assertions for wrappers, basically the phet-io version of ?ea',
default: true
}
Expand Down Expand Up @@ -437,8 +437,7 @@
text: 'Wrapper Unit Tests',
group: 'PhET-iO',
description: 'Test the PhET-iO API for this sim.',
url: `../phet-io-wrappers/phet-io-wrappers-tests.html?sim=${repo}`,
queryParameters: phetioWrapperQueryParameters
url: `../phet-io-wrappers/phet-io-wrappers-tests.html?sim=${repo}`
} );

// Add a link to the compiled wrapper index;
Expand Down

0 comments on commit e213dec

Please sign in to comment.