Skip to content

Commit d171c34

Browse files
committed
fix: add eslint-env jest to mock file to satisfy semistandard
1 parent 70c1dae commit d171c34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

__mocks__/@actions/github.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-env jest */
12
'use strict';
23

34
const mockOctokit = {

0 commit comments

Comments
 (0)