Whymarrh Whitby
4f3fc95d50
Update ESLint rules for test suite ( #8023 )
...
* Use @metamask/eslint-config@1.1.0
* Use eslint-plugin-mocha@6.2.2
* Mark root ESLint config as root
* Update Mocha ESLint rules with shared ESLint config
5 years ago
Whymarrh Whitby
4257858fb5
Remove extraneous console output from TransactionStateManager tests ( #7838 )
5 years ago
Whymarrh Whitby
92971d3c87
Migrate codebase to use ESM ( #7730 )
...
* Update eslint-plugin-import version
* Convert JS files to use ESM
* Update ESLint rules to check imports
* Fix test:unit:global command env
* Cleanup mock-dev script
5 years ago
Whymarrh Whitby
274a9ecf53
yarn lint --fix
5 years ago
Frankie
f6d25357db
transactions:tx-state-manager - optionally take a function as a search param ( #7078 )
5 years ago
Whymarrh Whitby
4d88e1cf86
Enable indent linting via ESLint ( #6936 )
...
* Enable indent linting via ESLint
* yarn run lint:fix
5 years ago
Akshit Kr Nagpal
d16d6f483c
Validate txParams in TransactionStateManager.addTx ( #6713 )
...
* Normalize and Validate txParams in TransactionStateManager.addTx too
* Added Tests
* Updated normalizeAndValidateParams to return the new txParams
5 years ago
Whymarrh Whitby
094e4cf555
Check for unused function arguments ( #6583 )
...
* eslint: Check for unused function arguments
* eslint: Ignore unused '_' in argument list
Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly
* Remove and rename unused arguments
6 years ago
frankiebee
b30499886f
test - check that #setTxStatusRejected removes transaction from history
6 years ago
brunobar79
4b398701c1
fix unit tests
6 years ago
brunobar79
c734e486a0
fix tests
6 years ago
brunobar79
0da41263ac
fix warning for unit tests
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
frankiebee
94a4f99115
tests - fix cancle transaction test to better fit new behavior
7 years ago
frankiebee
7b1f57e05d
woops - remove .only
...
Co-authored-by: @jennypollack
7 years ago
frankiebee
9b92ba4c47
trandsactions - remove rejected transactions from history
7 years ago
tmashuang
13ebb0b455
Moved loose some loose test files to sub folders
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Csaba Solya
9026651224
add time stamps to transaction history log entries
7 years ago
frankiebee
2d7c3c2b00
meta - transactions - create a transactions dir in controller and move relevant files into it
7 years ago
frankiebee
f0f45e6fe1
migration for removing unnecessary transactions from state
7 years ago
Jeffrey Tong
cad5f5f000
fix typo in tests and tx-state-manager
7 years ago
Bruno Barbieri
94dd77d194
clean up
7 years ago
Bruno Barbieri
a70eda3651
add test for wipeTransactions
7 years ago
frankiebee
474a4e941f
fix tests
7 years ago
frankiebee
e9712a13ec
Create tests for TxStateManager
7 years ago