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 0302227 commit b4d4a23Copy full SHA for b4d4a23
test/generators/es6_component_generator_test.rb
@@ -17,7 +17,6 @@ def filename
17
end
18
19
test "creates the component file with a node argument" do
20
- puts name
21
run_generator %w(GeneratedComponent name --es6)
22
assert_file filename, %r{name: React.PropTypes.node}
23
0 commit comments