Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit e994d86

Browse files
zunhaoeddiemonge
zunhao
authored andcommitted
chore(tests): fix typo
correct a test description message Closes #1254
1 parent 064c77c commit e994d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('angular:app', function () {
8787
}).on('end', done);
8888
});
8989

90-
it('generates CoffeeScript files', function () {
90+
it('generates TypeScript files', function () {
9191
assert.file([].concat(getDefaultFilesForAppPath('app'), [
9292
'app/scripts/app.ts',
9393
'app/scripts/controllers/main.ts',

0 commit comments

Comments
 (0)