chore(doc-gen): fix atScript file reader test

Closes #1458
This commit is contained in:
Marc Laval 2015-04-20 15:30:15 +02:00
parent 883e1c1541
commit 0a200aff70
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ describe('atScript file reader', function() {
it('should provide a default pattern', function() {
expect(reader.defaultPattern).toEqual(/\.js$/);
expect(reader.defaultPattern).toEqual(/\.js|\.es6$/);
});