Skip to content

Commit

Permalink
[misc] Fix ts3.1 tests, reenable them in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Apr 25, 2020
1 parent 1f88f6d commit c2aa0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module.exports = function (grunt) {
grunt.registerTask('lint', ['jshint', 'jscs']);

// test tasks
grunt.registerTask('test', ['test:node', 'test:typescript' /*, 'test:typescript-3.1' */]);
grunt.registerTask('test', ['test:node', 'test:typescript', 'test:typescript-3.1']);
grunt.registerTask('test:node', ['transpile', 'qtest']);
grunt.registerTask('test:typescript', ['exec:typescript-test']);
grunt.registerTask('test:typescript-3.1', ['exec:ts3.1-typescript-test']);
Expand Down
1 change: 1 addition & 0 deletions ts3.1-typing-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"noEmit": true,
"noImplicitAny": true,
"strictNullChecks": true,
"lib": ["ES2015"],
},
"files": [
"../ts3.1-typings/moment.d.ts",
Expand Down

0 comments on commit c2aa0b0

Please sign in to comment.