Skip to content

Commit

Permalink
misc: fix linting (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
haneabogdan authored Aug 2, 2023
1 parent 7ab3697 commit 84bab12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import http from 'k6/http';

// eslint-disable-next-line func-names
export default function () {
http.get('https://testkube.io/');
}

0 comments on commit 84bab12

Please sign in to comment.