component-template icon indicating copy to clipboard operation
component-template copied to clipboard

Include tests

Open Industrial opened this issue 3 years ago • 0 comments

Hi.

The component template does not include tests. Please add one to verify that running tests works (it doesn't).

Running tests I get errors here:

node_modules/streamlit-component-lib/dist/index.js:17
    export { StreamlitComponentBase, withStreamlitConnection } from "./StreamlitReact";
    ^^^^^^

    SyntaxError: Unexpected token 'export'

Using ts-node.

Industrial avatar Feb 28 '22 13:02 Industrial