Skip to content

Commit

Permalink
Export commands and context
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 24, 2024
1 parent 694213b commit ccc285a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ export const browserScripts = {

export { Engine as BrowsertimeEngine } from './lib/core/engine/index.js';
export { configure as configureLogging } from './lib/support/logging.js';

export { Commands as BrowsertimeCommands } from './lib/core/engine/commands.js';
export { Context as BrowsertimeContext } from './lib/core/engine/context.js';

0 comments on commit ccc285a

Please sign in to comment.