From 465d5d39a54c207d784d8764d7f16010ffc24f88 Mon Sep 17 00:00:00 2001 From: chrisklus Date: Wed, 8 May 2019 12:00:56 -0600 Subject: [PATCH] Only sims have phet-io elements files and validate their API, see https://github.com/phetsims/phet-io/issues/1461 --- scenery-phet-tests.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scenery-phet-tests.html b/scenery-phet-tests.html index c3a9f733d..bd5e81f89 100644 --- a/scenery-phet-tests.html +++ b/scenery-phet-tests.html @@ -55,9 +55,7 @@ if ( brand === 'phet-io' ) { preloads = preloads.concat( [ - '../phet-io/js/phet-io-initialize-globals.js', - '../scenery-phet/js/phet-io/scenery-phet-phet-io-elements-baseline.js', - '../scenery-phet/js/phet-io/scenery-phet-phet-io-elements-overrides.js' + '../phet-io/js/phet-io-initialize-globals.js' ] ); }