File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
- name : Jest
51
51
run : >-
52
52
yarn test:coverage --ci -i --reporters=default --reporters=jest-junit ||
53
- yarn test:coverage --ci -i --reporters=default --reporters=jest-junit ||
54
- yarn test:coverage --ci -i --reporters=default --reporters=jest-junit
53
+ yarn test:coverage --ci -i --reporters=default --reporters=jest-junit --no-cache ||
54
+ yarn test:coverage --ci -i --reporters=default --reporters=jest-junit --no-cache
55
55
env :
56
56
CI : true
57
57
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { File, FileType } from '../src/file'
5
5
import { Preview , fileToURI } from '../src/preview'
6
6
7
7
jest . mock ( 'path' )
8
- jest . setTimeout ( 60000 )
8
+ jest . setTimeout ( 40000 )
9
9
10
10
describe ( 'Preview' , ( ) => {
11
11
const previews = new Set < Preview > ( )
You can’t perform that action at this time.
0 commit comments