Skip to content

Commit 712623e

Browse files
committed
Remove node formatting from test runner
1 parent dca1542 commit 712623e

File tree

1 file changed

+1
-1
lines changed
  • tools/snippet-testing/language_handler

1 file changed

+1
-1
lines changed

tools/snippet-testing/language_handler/node.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Node < BaseHandler
66

77
def self.run_before_test(_directory)
88
Dir.chdir(ROOT_FOLDER) do
9-
output = `npm run format:js 1>/dev/null && npm run test:js -- --fix`
9+
output = `npm run test:js -- --fix`
1010
abort(output) if $? != 0
1111
end
1212
end

0 commit comments

Comments
 (0)