Commit Graph
7 Commits
Author SHA1 Message Date
David Lechner 4299b36e6c better way to tell jest to use custom env 2022-06-02 18:45:28 -05:00
David Lechner d0c84cbb9f vscode: add debug config to attach to process
This is useful for debugging rouge tests.
2022-03-09 17:12:53 -06:00
David Lechner fca7d0f253 vscode: debug tests through craco
Changing react-scripts to craco in the debug config was missed in 2342023.
2022-03-02 15:37:41 -06:00
David Lechner d95c550248 editor: change from ace to monaco
This replaces the ace editor with the monaco editor. It fixes quite a
few small paper-cut bugs and should be easier to add code completion
to in the future.

Many of the snippets are omitted but can be added back later if needed.
Otherwise, we have tried to preserve the existing look and feel as much
as possible.
2021-07-02 20:59:09 -05:00
David Lechner 31c3e2b52e refactor common test helpers into test/
This way we can share them with multiple tests
2020-06-10 21:59:34 -05:00
David Lechner a411bfc92d improve serialization of BLE writes 2020-06-10 21:59:34 -05:00
David Lechner a753fd77a7 wire up flash button 2020-04-18 21:58:03 -05:00