@t8/serve 0.1.24 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,6 +46,7 @@ npm run play
|
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
```
|
|
49
|
+
// With Playwright:
|
|
49
50
|
// playwright.config.ts
|
|
50
51
|
...
|
|
51
52
|
use: {
|
|
@@ -156,6 +157,7 @@ test.afterAll(() => {
|
|
|
156
157
|
```
|
|
157
158
|
/tests/x
|
|
158
159
|
- src
|
|
160
|
+
- App.tsx
|
|
159
161
|
- index.css
|
|
160
162
|
- index.tsx // imports "./App.tsx", "./index.css"
|
|
161
163
|
- index.html
|