mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-22 11:45:28 -05:00
Exposing config type once resolved and running (#2175)
This commit is contained in:
committed by
GitHub
parent
84c7d69db9
commit
dd86169f2a
@@ -114,3 +114,8 @@ test('Pyodide loader', async ({ page }) => {
|
||||
const body = await page.evaluate(() => document.body.textContent);
|
||||
await expect(body.includes('Loaded Pyodide')).toBe(true);
|
||||
});
|
||||
|
||||
test('Py and Mpy config["type"]', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080/tests/js-integration/config_type.html');
|
||||
await page.waitForSelector('html.mpy.py');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user