Skip to content

Commit

Permalink
fix(angular): fix import breaking jasmine-marbles migration (#12415)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Oct 4, 2022
1 parent 87a54ac commit e13ad11
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ import {
} from '@nrwl/devkit';
import { extname } from 'path';
import { tsquery } from '@phenomnomnominal/tsquery';
import { jasmineMarblesVersion } from '@nrwl/angular/src/utils/versions';
import { jasmineMarblesVersion } from '../../utils/versions';

export default async function switchToJasmineMarbles(tree: Tree) {
const usesJasmineMarbles = await replaceJasmineMarbleUsagesInFiles(tree);
Expand Down

0 comments on commit e13ad11

Please sign in to comment.