File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import { UnknownError } from " ../src/ lib/Exceptions/UnknownError"
1
+ import { UnknownError } from ' ../lib/Exceptions/UnknownError'
2
2
3
3
export const expectErrorClass = ( fn : ( ) => void , ErrorClass : unknown ) => {
4
4
try {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { OptionsMissingPluginError } from '../src/lib/Exceptions/OptionsMissingP
5
5
// types
6
6
import { Vue } from '../src/types/VueTypes'
7
7
// test utils
8
- import { expectErrorClass } from '../utils/testUtils'
8
+ import { expectErrorClass } from '../src/ utils/testUtils'
9
9
10
10
describe ( 'installation checks' , ( ) => {
11
11
const dummyVue : Vue = { }
Original file line number Diff line number Diff line change 1
1
import { UnknownError } from '../src/lib/Exceptions/UnknownError'
2
- import { expectErrorClass } from '../utils/testUtils'
2
+ import { expectErrorClass } from '../src/ utils/testUtils'
3
3
4
4
describe ( 'test utils' , ( ) => {
5
5
it ( 'throws Exception if expected error not thrown' , ( ) => {
You can’t perform that action at this time.
0 commit comments