fix(repo): temporary disable tests

This commit is contained in:
Victor Savkin 2022-03-14 21:31:55 -04:00
parent 7b4ee52833
commit 53a0528d7a
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817
2 changed files with 1720 additions and 1713 deletions

View File

@ -63,6 +63,7 @@ module.exports = function (path, options) {
// Try to use the defaultResolver
try {
if (path.startsWith('@nrwl/')) throw new Error('custom resolution');
if (path.startsWith('nx/')) throw new Error('custom resolution');
if (path.indexOf('@nrwl/workspace') > -1) {
throw 'Reference to local Nx package found. Use local version instead.';