Skip to content

Commit

Permalink
Fix blueprintui#3. Configure jasmine.env with testFramework.config.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoestringresearch committed Apr 28, 2024
1 parent 6f85310 commit 4ba4672
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ export const jasmineTestRunnerConfig = () => {
const global = jasmine.getGlobal();
global.jasmine = jasmine;
const env = jasmine.getEnv();
if (testFramework.config) {
env.configure(testFramework.config);
}
Object.assign(window, jasmineRequire.interface(jasmine, env));
window.onload = function () {};
Expand Down

0 comments on commit 4ba4672

Please sign in to comment.