Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Mar 2, 2024
1 parent 4ed6c1d commit 0d2c747
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 326 deletions.
25 changes: 14 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Logs
logs
*.log
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
tests/dist/*
dist-ssr
*.local
**/build/**
dist/
dist-ssr/
node_modules/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
Expand All @@ -18,8 +13,16 @@ dist-ssr
*.njsproj
*.sln
*.sw?

.env
*.local
.cache
**/.vitepress/cache/
.temp
cache
.npmrc

# Logs
logs
*.log
pnpm-debug.log*
lerna-debug.log*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.7.1",
"type": "module",
"scripts": {
"build": "pnpm -F oh-my-live2d build",
"build": "pnpm -r build",
"docs:build": "pnpm build && node ./scripts/typedoc.js && pnpm -F oh-my-live2d-docs docs:build",
"docs:dev": "concurrently \"node ./scripts/typedoc.js -w\" \"pnpm -F oh-my-live2d-docs docs:dev\"",
"refresh": "node ./scripts/refresh-cdn.js",
Expand Down
43 changes: 6 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 0 additions & 23 deletions tests/react-app-webpack/.gitignore

This file was deleted.

70 changes: 0 additions & 70 deletions tests/react-app-webpack/README.md

This file was deleted.

7 changes: 3 additions & 4 deletions tests/react-app-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test"
"test:build": "react-scripts build",
"test:dev": "react-scripts start",
"test:unit": "react-scripts test"
},
"browserslist": {
"production": [
Expand Down
Binary file removed tests/react-app-webpack/public/logo192.png
Binary file not shown.
Binary file removed tests/react-app-webpack/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions tests/react-app-webpack/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions tests/react-app-webpack/public/robots.txt

This file was deleted.

24 changes: 0 additions & 24 deletions tests/vite-app/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion tests/vite-app/index.d.ts

This file was deleted.

0 comments on commit 0d2c747

Please sign in to comment.