No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
1 changed files with
1 additions and
1 deletions
-
src/tests/add/prettier.spec.ts
|
|
@ -10,7 +10,7 @@ import { |
|
|
TestRun, |
|
|
TestRun, |
|
|
} from '../test-helpers.spec'; |
|
|
} from '../test-helpers.spec'; |
|
|
|
|
|
|
|
|
jest.setTimeout(6000); |
|
|
|
|
|
|
|
|
jest.setTimeout(90000); |
|
|
|
|
|
|
|
|
const beforeCreateHtml = async () => { |
|
|
const beforeCreateHtml = async () => { |
|
|
filesystem.write('test.html', '<html><body><a>testokiii</a></body></html>'); |
|
|
filesystem.write('test.html', '<html><body><a>testokiii</a></body></html>'); |
|
|
|