moved test json files to folders

This commit is contained in:
Felipe M 2025-07-14 17:24:32 +02:00
parent 71a7b0de11
commit 4d9c958fc9
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A
6 changed files with 0 additions and 0 deletions

9
testdata/webapp_only/plugin.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"id": "com.example.webapponly",
"name": "Webapp Only Plugin",
"description": "A plugin with only client-side code",
"version": "0.9.0",
"webapp": {
"bundle_path": "webapp/dist/bundle.js"
}
}