We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran into some problem when I ran unit test on my vue project. It seems that the recorderx cause that problem, but I'm not sure.
The output of my command line is:
SyntaxError: Unexpected token export 6 | <button id="btn-stop" v-on:click="stop">stop</button> 7 | <button id="btn-transform" v-on:click="voice2Text">voice2Text</button> > 8 | </div> 9 | <div id="result-box"> 10 | Recognized Result: {{result}} 11 | </div> at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/script_transformer.js:316:17) at Object.<anonymous> (node_modules/recorderx/lib/index.js:7:39) at src/components/VoiceInput.vue:8:70
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran into some problem when I ran unit test on my vue project. It seems that the recorderx cause that problem, but I'm not sure.
The output of my command line is:
The text was updated successfully, but these errors were encountered: