mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
A persistent IndexedDB store for PyScript (#2101)
A persistent IndexedDB store for PyScript
This commit is contained in:
committed by
GitHub
parent
aab015b9b8
commit
d0406be84c
@@ -88,3 +88,8 @@ test('MicroPython + Pyodide ffi', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080/test/ffi.html');
|
||||
await page.waitForSelector('html.mpy.py');
|
||||
});
|
||||
|
||||
test('MicroPython + Storage', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080/test/storage.html');
|
||||
await page.waitForSelector('html.ok');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user