mirror of https://github.com/actions/toolkit
'use strict' not necessary in TypeScript
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…
Reference in New Issue