Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Commit f986054

Browse files
Merge pull request #58 from FountainJS/typings
[WIP] Remove typings in favor of TS v2 @types
2 parents 987a8cf + 3253ce1 commit f986054

13 files changed

+13
-13
lines changed

generator-fountain-angular1

generator-fountain-react

test/test-jsdom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('fountain travis integration test with jsdom', function () {
1313
this.timeout(0);
1414

1515
const combinations = product([
16-
['react', 'angular1', 'angular2', 'vue'],
16+
['react', 'angular1', 'angular2'],
1717
['webpack', 'systemjs', 'inject'],
1818
['babel', 'js', 'typescript']
1919
])

0 commit comments

Comments
 (0)