Skip to content

Commit

Permalink
Fix the tests for the JS package generator-grow.
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed Apr 19, 2024
1 parent 27594d9 commit b318e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe( ':github', function () {
it( 'Should use (package.json).title as the project title in CONTRIBUTING.md', async function () {
await helpers
.run( githubPath )
.on( 'ready', function ( generator ) {
.onGenerator( function ( generator ) {
generator.fs.write(
'package.json',
'{ "title": "Package Title" }'
Expand Down

0 comments on commit b318e27

Please sign in to comment.