No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
2 changed files with
2 additions and
1 deletions
-
src/tests/add/tailwind.spec.ts
-
src/tests/wall.spec.ts
|
|
|
@ -4,7 +4,7 @@ import * as prompts from 'prompts'; |
|
|
|
import * as latestVersion from 'latest-version'; |
|
|
|
import Tailwind from '../../commands/add/tailwind'; |
|
|
|
|
|
|
|
jest.setTimeout(30000); |
|
|
|
jest.setTimeout(60000); |
|
|
|
|
|
|
|
/* eslint-disable no-console,max-nested-callbacks,@typescript-eslint/ban-ts-ignore */ |
|
|
|
let consoleLogOutput: string[]; |
|
|
|
|
|
|
|
@ -2,6 +2,7 @@ import { filesystem } from 'gluegun'; |
|
|
|
import Wall from '../commands/wall'; |
|
|
|
const stripANSI = require('strip-ansi'); |
|
|
|
|
|
|
|
jest.setTimeout(30000); |
|
|
|
/* eslint-disable no-console,max-nested-callbacks,@typescript-eslint/ban-ts-ignore */ |
|
|
|
let consoleLogOutput: string[]; |
|
|
|
let execPath: string; |
|
|
|
|