Skip to content

Commit

Permalink
Convert NetworkController unit tests to TypeScript (#18476)
Browse files Browse the repository at this point in the history
This helps us more easily compare the unit tests for NetworkController
in this repo and the NetworkController in the `core` repo.

Co-authored-by: Mark Stacey <[email protected]>
Co-authored-by: legobeat <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2023
1 parent 065c499 commit 6439551
Show file tree
Hide file tree
Showing 6 changed files with 1,141 additions and 925 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ module.exports = {
'**/__snapshots__/*.snap',
'app/scripts/controllers/app-state.test.js',
'app/scripts/controllers/network/**/*.test.js',
'app/scripts/controllers/network/**/*.test.ts',
'app/scripts/controllers/network/provider-api-tests/*.js',
'app/scripts/controllers/permissions/**/*.test.js',
'app/scripts/lib/**/*.test.js',
Expand Down
Loading

0 comments on commit 6439551

Please sign in to comment.