We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e9e64 commit 9ac76f6Copy full SHA for 9ac76f6
README.md
@@ -75,6 +75,9 @@ config field to something that's high enough up to include both spec and source
75
files, and set `srcFiles` to `[]`. You can autogenerate such a configuration by
76
running `npx jasmine-browser-runner init --esm`.
77
78
+If you have specs or helper files that use top-level await, set the
79
+`enableTopLevelAwait` config property is set to `true`.
80
+
81
## Use with Rails
82
83
You can use jasmine-browser-runner to test your Rails application's JavaScript,
0 commit comments