test: update jest to v27

This commit is contained in:
Kengo TODA
2021-07-15 07:24:13 +08:00
committed by Kengo TODA
parent 87f015bd52
commit 38bcbb88d2
7 changed files with 1969 additions and 9618 deletions

View File

@@ -1,4 +1,5 @@
import {runCommand} from '../src/install'
import {expect, test} from '@jest/globals'
test('runCommand', async () => {
const result = await runCommand('echo foo bar')