Skip to content

Commit

Permalink
Enable tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Sep 7, 2023
1 parent 6aa1d44 commit 5a2bbf2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/plugin/jsx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
let(:filename) { 'test.jsx' }

specify "Editing a <> react fragment" do
pending "Old Vim version on CI" if ENV['CI']

set_file_contents <<~HTML
<>
<span>Text</span>
Expand All @@ -23,8 +21,6 @@
end

specify "Editing a </> react fragment" do
pending "Old Vim version on CI" if ENV['CI']

set_file_contents <<~HTML
<>
<span>Text</span>
Expand Down

0 comments on commit 5a2bbf2

Please sign in to comment.