We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fd998 commit 94ef1dcCopy full SHA for 94ef1dc
apps/api-extractor/gulpfile.js
@@ -2,4 +2,7 @@
2
3
const build = require('@microsoft/node-library-build');
4
5
+build.jest.enabled = false;
6
+build.mocha.enabled = false;
7
+
8
build.initialize(require('gulp'));
libraries/ts-command-line/gulpfile.js
0 commit comments