File tree Expand file tree Collapse file tree
template-app-vue-js/tests
template-app-vue-ts/tests
template-lib-vue-js/tests
template-lib-vue-ts/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { expect } from 'rstack/test' ;
1+ import { afterEach , expect } from 'rstack/test' ;
22import * as jestDomMatchers from '@testing-library/jest-dom/matchers' ;
3+ import { enableAutoUnmount } from '@vue/test-utils' ;
34
45expect . extend ( jestDomMatchers ) ;
6+ enableAutoUnmount ( afterEach ) ;
Original file line number Diff line number Diff line change 1- import { expect } from 'rstack/test' ;
1+ import { afterEach , expect } from 'rstack/test' ;
22import * as jestDomMatchers from '@testing-library/jest-dom/matchers' ;
3+ import { enableAutoUnmount } from '@vue/test-utils' ;
34
45expect . extend ( jestDomMatchers ) ;
6+ enableAutoUnmount ( afterEach ) ;
Original file line number Diff line number Diff line change 1- import { expect } from 'rstack/test' ;
1+ import { afterEach , expect } from 'rstack/test' ;
22import * as jestDomMatchers from '@testing-library/jest-dom/matchers' ;
3+ import { enableAutoUnmount } from '@vue/test-utils' ;
34
45expect . extend ( jestDomMatchers ) ;
6+ enableAutoUnmount ( afterEach ) ;
Original file line number Diff line number Diff line change 1- import { expect } from 'rstack/test' ;
1+ import { afterEach , expect } from 'rstack/test' ;
22import * as jestDomMatchers from '@testing-library/jest-dom/matchers' ;
3+ import { enableAutoUnmount } from '@vue/test-utils' ;
34
45expect . extend ( jestDomMatchers ) ;
6+ enableAutoUnmount ( afterEach ) ;
You can’t perform that action at this time.
0 commit comments