From: Iskren Chernev Date: Fri, 24 Apr 2020 11:25:04 +0000 (+0300) Subject: Disable TS3 tests for now X-Git-Tag: 2.25.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac86fc4a0ef77964837cb13d14c6d6db6826831;p=thirdparty%2Fmoment.git Disable TS3 tests for now --- diff --git a/Gruntfile.js b/Gruntfile.js index 1ac5a769d..557f9de9e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -194,7 +194,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']);