Skip to content

Commit

Permalink
Mention top-level await support in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Apr 30, 2023
1 parent a3e9e64 commit 9ac76f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ config field to something that's high enough up to include both spec and source
files, and set `srcFiles` to `[]`. You can autogenerate such a configuration by
running `npx jasmine-browser-runner init --esm`.

If you have specs or helper files that use top-level await, set the
`enableTopLevelAwait` config property is set to `true`.

## Use with Rails

You can use jasmine-browser-runner to test your Rails application's JavaScript,
Expand Down

0 comments on commit 9ac76f6

Please sign in to comment.