We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064c77c commit e994d86Copy full SHA for e994d86
test/app.js
@@ -87,7 +87,7 @@ describe('angular:app', function () {
87
}).on('end', done);
88
});
89
90
- it('generates CoffeeScript files', function () {
+ it('generates TypeScript files', function () {
91
assert.file([].concat(getDefaultFilesForAppPath('app'), [
92
'app/scripts/app.ts',
93
'app/scripts/controllers/main.ts',
0 commit comments