test(wpcarro/slx): Add (basic) tests

Tests with React? ...wat?

Change-Id: I95ccd08bb6e66e9d74a63a596b5f844f9dab0361
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7884
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2023-01-20 15:30:03 -08:00 committed by clbot
parent 6945601ef3
commit 7f37cfb184
5 changed files with 1589 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"name": "slx.js",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"parcel": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"process": "^0.11.10"
}
}