testing generic deploy

This commit is contained in:
Devin Zuczek
2026-06-29 21:52:50 -04:00
parent 3affabd280
commit 69b89e2dc4
79 changed files with 399 additions and 307 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import { describe, expect, test } from 'vitest'
import '../../notify.app'
const ORIGIN = 'https://notify.rec.djdevin.net'
const ORIGIN = 'https://example.com'
const RS = '\u001e'
interface HubRecord {
@@ -58,7 +58,7 @@ async function connect(
})
}
// Handshake, then the C# OnConnect callback.
// Handshake, then the OnConnect callback.
ws.send(`{"protocol":"json","version":1}${RS}`)
await waitFor((r) => r.type === 1 && r.target === 'OnConnect')