@nx-dotnet/dotnet
Version:
This library was generated with [Nx](https://nx.dev).
20 lines • 717 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.testCommandLineParamFixes = void 0;
exports.testCommandLineParamFixes = {
keyMap: {
blameCrashCollectAlways: 'blame-crash-collect-always',
blameCrash: 'blame-crash',
blameCrashDumpType: 'blame-crash-dump-type',
blameHangDump: 'blame-hang-dump',
blameHang: 'blame-hang',
blameHangTimeout: 'blame-hang-timeout',
listTests: 'list-tests',
noBuild: 'no-build',
noRestore: 'no-restore',
resultsDirectory: 'results-directory',
testAdapterPath: 'test-adapter-path',
},
explicitFalseKeys: [],
};
//# sourceMappingURL=dotnet-test-flags.js.map