File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import * as htmlparser2 from 'htmlparser2';
4
4
import {
5
5
stringify ,
6
6
swapQuotes
7
- } from '@ /helpers.js' ;
8
- import { removeTestTokens } from '@ /removeTestTokens.js' ;
7
+ } from '. /helpers.js' ;
8
+ import { removeTestTokens } from '. /removeTestTokens.js' ;
9
9
10
10
const KEY_NAME = 'data-vue-snapshot-serializer-key' ;
11
11
let key = 0 ;
Original file line number Diff line number Diff line change 1
1
import { parseFragment } from 'parse5' ;
2
2
3
- import { logger } from '@ /helpers.js' ;
3
+ import { logger } from '. /helpers.js' ;
4
4
5
5
/**
6
6
* Uses Parse5 to create an AST from the markup. Loops over the AST to create a formatted HTML string.
Original file line number Diff line number Diff line change 1
- import { logger } from '@ /helpers.js' ;
1
+ import { logger } from '. /helpers.js' ;
2
2
3
3
export const booleanDefaults = {
4
4
verbose : true ,
Original file line number Diff line number Diff line change 1
- import { cheerioManipulation } from '@ /cheerioManipulation.js' ;
1
+ import { cheerioManipulation } from '. /cheerioManipulation.js' ;
2
2
3
3
/**
4
4
* This removes all HTML comments from your snapshots.
You can’t perform that action at this time.
0 commit comments