'use strict' not necessary in TypeScript

This commit is contained in:
Jonathan Clem
2019-05-21 11:09:41 -04:00
parent f5d5c79c59
commit 4439c53a40

View File

@@ -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(() => {