refactor(opencode): remove JSON storage migration (#30461)
This commit is contained in:
parent
113e7be5ac
commit
ca2acc4f8d
20 changed files with 17 additions and 1590 deletions
|
|
@ -16,7 +16,7 @@ const html = async (name: string) => Bun.file(join(dir, name)).text()
|
|||
* All local resource references must use relative paths (`./`).
|
||||
*/
|
||||
describe("electron renderer html", () => {
|
||||
for (const name of ["index.html", "loading.html"]) {
|
||||
for (const name of ["index.html"]) {
|
||||
describe(name, () => {
|
||||
test("script src attributes use relative paths", async () => {
|
||||
const content = await html(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue