pl-fe: change import alias so it won't change on each project rename
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
2
.vscode/pl-fe.code-snippets
vendored
2
.vscode/pl-fe.code-snippets
vendored
@ -41,7 +41,7 @@
|
||||
"body": [
|
||||
"import React from 'react';",
|
||||
"",
|
||||
"import { render, screen } from 'pl-fe/jest/test-helpers';",
|
||||
"import { render, screen } from '@/jest/test-helpers';",
|
||||
"",
|
||||
"import ${1:Component} from '${2:..}';",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user