mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 04:03:00 -05:00
[next] improve integration tests (#1684)
This commit is contained in:
committed by
GitHub
parent
59db56feec
commit
7d2df4895e
@@ -504,9 +504,10 @@ class PyScriptTest:
|
||||
doc = f"""
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="{self.http_server_addr}/build/dist/core.css">
|
||||
<script
|
||||
type="module"
|
||||
src="{self.http_server_addr}/build/core.js"
|
||||
src="{self.http_server_addr}/build/dist/core.js"
|
||||
></script>
|
||||
{extra_head}
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user