mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
editor: drop use of react-monaco-editor
The upstream package is currently broken and doesn't actually save us any work.
This commit is contained in:
committed by
David Lechner
parent
5924ded76a
commit
35cef50e44
@@ -22,8 +22,6 @@ import {
|
||||
} from './actions';
|
||||
import hub from './sagas';
|
||||
|
||||
jest.mock('react-monaco-editor');
|
||||
|
||||
describe('downloadAndRun', () => {
|
||||
test('no errors', async () => {
|
||||
const saga = new AsyncSaga(hub, {
|
||||
|
||||
Reference in New Issue
Block a user