Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 13, 2024
1 parent ccc3006 commit 48e1c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/generationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ qunit.test( 'A11Y View HTML', async assert => {

qunit.test( 'Published README', async assert => {
assert.timeout( 120000 );
await execute( gruntCommand, [ 'published-readmen' ], { cwd: '../chains' } );
await execute( gruntCommand, [ 'published-readme' ], { cwd: '../chains' } );
assert.expect( 0 );
} );

qunit.test( 'Unpublished README', async assert => {
assert.timeout( 120000 );
await execute( gruntCommand, [ 'unpublished-readmen' ], { cwd: '../chains' } );
await execute( gruntCommand, [ 'unpublished-readme' ], { cwd: '../chains' } );
assert.expect( 0 );
} );

Expand Down

0 comments on commit 48e1c6a

Please sign in to comment.