mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
'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