ajbogh / ajbogh/import_loop_flow_bug

Flow fails with "Super expression must either be null or a function, not undefined"

Abierto
#1 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When running the test Flowtype fails with the following error, however Typescript passes:

```
> jest

FAIL __tests__/layout-engine.test.js
● Test suite failed to run

TypeError: Super expression must either be null or a function, not undefined

at _inherits (src/flowtype/none.js:14:113)
at src/flowtype/none.js:19:3
at Object. (src/flowtype/none.js:28:2)
at Object. (src/flowtype/layout-engine-config.js:2:1)
at Object. (src/flowtype/graph-view.js:2:1)
at Object. (src/flowtype/layout-engine.js:2:1)
at Object. (__tests__/layout-engine.test.js:1:1)

PASS __tests__/layout-engine.test.ts

Test Suites: 1 failed, 1 passed, 2 total
Tests: 1 passed, 1 total
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.