1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test
Erik Marks 822ce5b8b0
Fix unit test package scripts (#12278)
This PR fixes our local unit test package scripts. When the state migration unit tests were migrated to Jest in #12106, it left the `test:unit` script in a broken state, because it didn't tell `mocha` to ignore the state migration tests.

Arguably, that script was already broken, since the most reasonably expectation from its name is that it runs _all_ unit tests. The PR makes it so that it does just that, by means of `concurrently`.

Unfortunately, `concurrently` only outputs errors from child processes once (at the time when they exit, https://github.com/open-cli-tools/concurrently/issues/134). This means that we have to search/navigate the output for this combined script to identify the failure. That said, it's better than the status quo.
2021-10-06 07:35:23 -07:00
..
data Fix gas control flicker on send screen when switching between EIP-1559 networks (#12230) 2021-09-30 17:27:59 +05:30
e2e Lavamoat build system integration for WebApp (#12242) 2021-10-05 12:06:31 -10:00
helpers Jestify migrations/ (#12106) 2021-09-21 09:28:13 -07:00
jest Quotes prefetching in Swaps (#11915) 2021-09-15 15:13:18 +02:00
lib remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
mocks @metamask/controllers@15.0.0 (#11975) 2021-08-31 12:27:13 -07:00
stub Replace hardcoded sent ether label on confirm screen (#11802) 2021-09-15 16:54:51 -05:00
unit-global lockdown - breakout making globalThis properties non-writable (#12258) 2021-10-01 08:53:12 -10:00
env.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
setup.js colocate tests in flat structure (#10655) 2021-03-16 16:00:08 -05:00
test-unit-combined.sh Fix unit test package scripts (#12278) 2021-10-06 07:35:23 -07:00
test-unit-jest.sh Fix unit test package scripts (#12278) 2021-10-06 07:35:23 -07:00