From f6cee76e1cd4b4ec48582f8033e20e2057e66ff5 Mon Sep 17 00:00:00 2001 From: samreid Date: Tue, 4 Dec 2018 20:59:58 -0700 Subject: [PATCH] Enable assertions for unit tests, see https://github.com/phetsims/aqua/issues/52 --- js/local/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/local/test.js b/js/local/test.js index 5dfe6ab..2c404bf 100644 --- a/js/local/test.js +++ b/js/local/test.js @@ -29,9 +29,9 @@ const _ = require( '../../../sherpa/lib/lodash-4.17.4.js' ); // eslint-disable-l const getUnitTestURL = repo => { let suffix = ''; if ( repo === 'phet-io' ) { - suffix = '?brand=phet-io'; + suffix = '&brand=phet-io'; } - return `http://localhost/${repo}/${repo}-tests.html${suffix}`; + return `http://localhost/${repo}/${repo}-tests.html?ea${suffix}`; }; // TODO: support arbitrary prefix for localhost // Find repos that have qunit tests by searching for them