Skip to content

Commit

Permalink
drop "--main" from bun test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Apr 8, 2024
1 parent 16dfb4c commit 8b022a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bun.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require "json"

class TestBun < TestBase
@rails_options = "--main --javascript bun"
@rails_options = "--javascript bun"
@generate_options = "--compose"

def test_bun
Expand Down

0 comments on commit 8b022a5

Please sign in to comment.