Skip to content

Commit 7d7c133

Browse files
author
David Haeffner
committed
Enabled JS code export in the UI
1 parent af5c764 commit 7d7c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/code-export/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
export const availableLanguages = {
1919
'java-junit': require('code-export-java-junit'),
2020
'python-pytest': require('code-export-python-pytest'),
21-
//'javascript-mocha': require('code-export-javascript-mocha'),
21+
'javascript-mocha': require('code-export-javascript-mocha'),
2222
}
2323

2424
function registerCommand(language, command, emitter) {

0 commit comments

Comments
 (0)