mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Improve suite name
This commit is contained in:
parent
44a956cb42
commit
955df228dd
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const URL =
|
|||
? `http://127.0.0.1:${PORT}/test/smoke/amd.html`
|
||||
: `http://127.0.0.1:${PORT}/test/smoke/webpack/webpack.html`;
|
||||
|
||||
suite(`Smoke Test '${TESTS_TYPE}'`, () => {
|
||||
suite(`Smoke Test '${TESTS_TYPE}' on '${browserType}'`, () => {
|
||||
/** @type {playwright.Browser} */
|
||||
let browser;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue