Skip to content

Commit ec6c678

Browse files
committed
wip
1 parent 8a7ca8e commit ec6c678

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/remote_generator/write_typescript_to_disk_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
let(:raw_manifest) { JSON.parse(File.read("spec/fixtures/blog-rack.json")) }
7777

7878
it "contains command domain and command files" do
79+
unless outcome.success?
80+
outcome.errors.each do |error|
81+
error.to_h[:context].each_pair do |k, v|
82+
puts k
83+
puts v
84+
end
85+
end
86+
end
7987
expect(outcome).to be_success
8088

8189
paths = command.paths_to_source_code.keys

0 commit comments

Comments
 (0)