Skip to content

Commit 2b30e2a

Browse files
test cleanup
1 parent 62b6424 commit 2b30e2a

6 files changed

Lines changed: 10 additions & 99 deletions

File tree

dist/version.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "0.0.1",
3-
"commit": "3314c76",
4-
"timestamp": 1752740190610,
5-
"buildDate": "2025-07-17T08:16:30.610Z",
6-
"buildId": "0.0.1-3314c76-1752740190610",
7-
"cacheBuster": "v=0.0.1&t=1752740190610"
3+
"commit": "3d79c31",
4+
"timestamp": 1752741185197,
5+
"buildDate": "2025-07-17T08:33:05.197Z",
6+
"buildId": "0.0.1-3d79c31-1752741185197",
7+
"cacheBuster": "v=0.0.1&t=1752741185197"
88
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build:widget": "vite build",
1616
"build:loader": "BUILD_TARGET=loader vite build",
1717
"preview": "vite preview",
18-
"test": "echo 'Widget test page available at test.html'",
19-
"test:cache-busting": "vite --open test-cache-busting.html",
18+
"test": "echo 'Widget test page available at test/test.html'",
19+
"test:cache-busting": "vite --open test/test-cache-busting.html",
2020
"build:release": "bun run build && echo 'Build complete! Remember to create a GitHub release to deploy.'"
2121
},
2222
"keywords": [

test.html renamed to test/test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3>Call States:</h3>
128128
<script>
129129
// Configuration for the widget
130130
window.BuzzwaldConfig = {
131-
id: '',
131+
id: 'aa5cc49e-629b-4961-a068-d7a3ba353c1d',
132132
token: '',
133133
position: 'bottom-right',
134134
backgroundColor: '#FFFF00',
@@ -187,4 +187,4 @@ <h3>Call States:</h3>
187187
}
188188
</script>
189189
</body>
190-
</html>
190+
</html>

test2.html

Lines changed: 0 additions & 89 deletions
This file was deleted.

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default defineConfig(({ mode }) => {
6767
emptyOutDir: false // Don't clear dist when building loader
6868
},
6969
server: {
70-
open: '/test.html'
70+
open: '/test/test.html'
7171
},
7272
plugins: [generateVersionPlugin()]
7373
};

0 commit comments

Comments
 (0)