fix(docs): fix broken docs test after addition of .ts extension to dgeni
regex.
This commit is contained in:
parent
aaf3edd131
commit
62bf777ef1
|
@ -33,7 +33,7 @@ describe('atScript file reader', function() {
|
|||
|
||||
|
||||
it('should provide a default pattern', function() {
|
||||
expect(reader.defaultPattern).toEqual(/\.js|\.es6$/);
|
||||
expect(reader.defaultPattern).toEqual(/\.js|\.es6|\.ts$/);
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue