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

Commit

Permalink
chore(tests): fix typo
Browse files Browse the repository at this point in the history
correct a test description message

Closes #1254
  • Loading branch information
zunhao authored and eddiemonge committed Feb 17, 2016
1 parent 658f84e commit 2102ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.js
Expand Up @@ -87,7 +87,7 @@ describe('angular:app', function () {
}).on('end', done);
});

it('generates CoffeeScript files', function () {
it('generates TypeScript files', function () {
assert.file([].concat(getDefaultFilesForAppPath('app'), [
'app/scripts/app.ts',
'app/scripts/controllers/main.ts',
Expand Down

0 comments on commit 2102ded

Please sign in to comment.