mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 12:42:58 +08:00
'use strict' not necessary in TypeScript
This commit is contained in:
parent
f5d5c79c59
commit
4439c53a40
@ -1,7 +1,5 @@
|
|||||||
'use strict'
|
|
||||||
|
|
||||||
import * as core from '../src/core'
|
|
||||||
import * as os from 'os'
|
import * as os from 'os'
|
||||||
|
import * as core from '../src/core'
|
||||||
|
|
||||||
describe('@actions/core', () => {
|
describe('@actions/core', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user