Skip to content

Commit ca2465b

Browse files
committed
fix tests
1 parent 601bbcd commit ca2465b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("generator-node-cli:app", () => {
2929
"README.md",
3030
".gitignore",
3131
"package.json",
32-
`bin/${binName}.j`,
32+
`bin/${binName}.js`,
3333
`lib/${binName}.js`,
3434
`test/${binName}.test.js`,
3535
"jest.config.js"

0 commit comments

Comments
 (0)