Skip to content

Commit

Permalink
pass t
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMoiseev committed Jan 30, 2024
1 parent 8d03528 commit 24559b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/visual-tests/testcafe-runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async function main() {

if(process.env.THEME) {
const currentTheme = process.env.THEME;
runOptions.hooks.test.before = async() => {
runOptions.hooks.test.before = async(t) => {

await t.eval(() => {
console.log('start before test');
Expand Down

0 comments on commit 24559b7

Please sign in to comment.