We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca1542 commit 712623eCopy full SHA for 712623e
tools/snippet-testing/language_handler/node.rb
@@ -6,7 +6,7 @@ class Node < BaseHandler
6
7
def self.run_before_test(_directory)
8
Dir.chdir(ROOT_FOLDER) do
9
- output = `npm run format:js 1>/dev/null && npm run test:js -- --fix`
+ output = `npm run test:js -- --fix`
10
abort(output) if $? != 0
11
end
12
0 commit comments