Skip to content

Commit

Permalink
don't test phet-io-wrappers unit tests in pre-commit, phetsims/aqua#90
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 21, 2020
1 parent f4d98dc commit b286de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/scripts/hook-pre-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ catch( e ) {
// Run qunit tests if puppeteerQUnit exists in the checked-out SHAs and a test HTML exists.
try {
const puppeteerQUnit = require( '../../../aqua/js/local/puppeteerQUnit' );
if ( repo !== 'scenery' ) { // scenery unit tests take too long, so skip those
if ( repo !== 'scenery' && repo !== 'phet-io-wrappers' ) { // scenery unit tests take too long, so skip those
( async () => {
const testFilePath = `${repo}/${repo}-tests.html`;
const exists = fs.existsSync( `../${testFilePath}` );
Expand Down

0 comments on commit b286de8

Please sign in to comment.