mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-06 00:26:11 +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 core from '../src/core'
|
||||
|
||||
describe('@actions/core', () => {
|
||||
beforeEach(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user