Skip to content

Commit

Permalink
[PURIFY][BUILD] Fix missed eslint errors (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: Mihir Soni <[email protected]>
  • Loading branch information
mihirsoni authored Apr 3, 2021
1 parent f2acdca commit dfa3883
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dev/build/tasks/nodejs/node_shasums.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ c4edece2c0aa68e816c4e067f397eb12e9d0c81bb37b3d349dbaf47cf246b0b7 win-x86/node.l

jest.mock('axios', () => ({
async get(url: string) {
expect(url).toBe(
'https://nodejs.org/dist/v8.9.4/SHASUMS256.txt'
);
expect(url).toBe('https://nodejs.org/dist/v8.9.4/SHASUMS256.txt');
return {
status: 200,
data: mockResponse,
Expand Down

0 comments on commit dfa3883

Please sign in to comment.