1
0
Fork 0

'use strict' not necessary in TypeScript

pull/4/head
Jonathan Clem 2019-05-21 11:09:41 -04:00
parent f5d5c79c59
commit 4439c53a40
No known key found for this signature in database
GPG Key ID: 48C5B22E9FD6E80F
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
'use strict'
import * as core from '../src/core'
import * as os from 'os' import * as os from 'os'
import * as core from '../src/core'
describe('@actions/core', () => { describe('@actions/core', () => {
beforeEach(() => { beforeEach(() => {