Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OEvgeny committed Oct 22, 2024
1 parent 0e1d990 commit 116d3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/html/fluentTheme/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
);

expect(buildInfo).toHaveProperty('build-tool', 'tsup');
expect(buildInfo).toHaveProperty('module-format', 'global');
expect(buildInfo).toHaveProperty('module-format', 'esmodules');
expect(buildInfo.version).toMatch(/^\d+\.\d+\.\d+($|-)/u);

expect(window.WebChat.FluentThemeProvider).toBeTruthy();
Expand Down

0 comments on commit 116d3a7

Please sign in to comment.