Jest SyntaxError
caused by strip-ansi
and react-markdown
dependencies
#902
Milestone
SyntaxError
caused by strip-ansi
and react-markdown
dependencies
#902
Running unit tests with Jest results in syntax errors due to importing the
strip-ansi
andreact-markdown
libraries.To view the error:
This is the test that fails due to
SyntaxError: Cannot use import statement outside a module
caused by strip-ansi:This a test that fails due to
SyntaxError: Unexpected token 'export'
caused by react-markdown:The text was updated successfully, but these errors were encountered: