Skip to content

Commit

Permalink
Remove ts-expect-error, see phetsims/chipper#1366
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 8, 2022
1 parent 48af042 commit fa27d11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion js/circuit-construction-kit-dc-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ CCKCConstants.CAROUSEL_SCALE = CCKCConstants.DC_CAROUSEL_SCALE;
// Circuit Construction Kit has unit tests for checking the mathematics for the Modified Nodal Analysis algorithm. In
// order to load the classes into an accessible namespace, the *-config.js and *-main.js are loaded however, when
// running the unit tests we don't also want to launch the simulation.
// @ts-expect-error
if ( !window.circuitConstructionKitTestSuite ) {
simLauncher.launch( () => {

Expand Down
1 change: 0 additions & 1 deletion js/circuit-construction-kit-dc-phet-io-overrides.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable */
// @ts-expect-error
window.phet.preloads.phetio.phetioElementsOverrides =
{
"circuitConstructionKitDc.introScreen.model.circuit.batteryGroup.archetype.endVertexProperty": {
Expand Down

0 comments on commit fa27d11

Please sign in to comment.