Ejemplo n.º 1
0
import runTelescope from 'react-cosmos-telescope';

runTelescope({ cosmosConfigPath: require.resolve('./cosmos.config') });
Ejemplo n.º 2
0
import runTests from 'react-cosmos-telescope';

runTests({
  cosmosConfigPath: require.resolve('./cosmos.config.js')
});