Skip to content

Commit b5c4719

Browse files
committed
Published using @Stream44 Studio
Signed-off-by: Christoph <christoph@christoph.diy>
1 parent 9421a15 commit b5c4719

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"push": "bunx @stream44.studio/dco push"
1010
},
1111
"devDependencies": {
12-
"@stream44.studio/dco": "0.3.0-rc.21"
12+
"@stream44.studio/dco": "0.3.0-rc.21",
13+
"@types/bun": "^1.3.4",
14+
"@types/node": "^25.0.3",
15+
"bun-types": "^1.3.4"
1316
}
1417
}

ui/main.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
import { describe, it, expect } from 'bun:test'
3+
4+
describe.skip('FramespaceGenesis UI', function () {
5+
6+
})

0 commit comments

Comments
 (0)