'use strict' not necessary in TypeScript
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user