Skip to content

Commit e1e4c3e

Browse files
refactor: move sandbox to examples/playground for better organization
1 parent c1c6073 commit e1e4c3e

9 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![npm version](https://img.shields.io/npm/v/@syntropy-labs/react-web-speech.svg)](https://www.npmjs.com/package/@syntropy-labs/react-web-speech)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7-
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/SyntropyLabs/react-web-speech/tree/main/sandbox?file=src%2FApp.tsx)
7+
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/SyntropyLabs/react-web-speech/tree/main/examples/playground?file=src%2FApp.tsx)
88

99
## Features
1010

vitest.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ export default defineConfig({
88
coverage: {
99
provider: 'v8',
1010
reporter: ['text', 'json', 'html', 'lcov'],
11-
exclude: ['node_modules', 'dist', '**/*.config.*', '**/*.d.ts', 'src/types/**'],
11+
exclude: [
12+
'node_modules',
13+
'dist',
14+
'**/*.config.*',
15+
'**/*.d.ts',
16+
'src/types/**',
17+
'examples/**',
18+
],
1219
thresholds: {
1320
lines: 80,
1421
functions: 80,

0 commit comments

Comments
 (0)