Compare commits

...

1 Commits

Author SHA1 Message Date
FrozenPandaz c4157661bd chore(repo): test 2024-12-03 13:18:56 -05:00
+1 -1
View File
@@ -10,7 +10,7 @@ type FileTree = {
const rootMarkers = ['nx.json', 'nx', 'nx.bat'];
describe('workspaceRootInner', () => {
it.each(rootMarkers)('should find workspace root from %s', (marker) => {
xit.each(rootMarkers)('should find workspace root from %s', (marker) => {
jest
.spyOn(fileUtils, 'fileExists')
.mockImplementation((p) =>