Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jessopb committed Jun 3, 2024
1 parent 61d3d00 commit 75e031d
Show file tree
Hide file tree
Showing 11 changed files with 1,257 additions and 81 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"name": "ao-test-kit",
"type": "module",
"version": "1.0.0",
"description": "AOS Integration Test Kit",
"description": "",
"main": "index.js",
"scripts": {
"test": "node --test test/**/*.test.js",
"test:profile": "FORMAT=wasm32-unknown-emscripten2 WASM=./AOS-SQLITE.wasm node --test test/unit/profile/*.test.js",
"test:profileRegistry": "FORMAT=wasm32-unknown-emscripten2 WASM=./AOS-SQLITE.wasm node --test test/unit/profileRegistry/*.test.js",
"test:sqlite": "FORMAT=wasm32-unknown-emscripten2 WASM=./AOS-SQLITE.wasm node --test test/**/*.test.js"
},
"keywords": [],
Expand All @@ -14,6 +16,8 @@
"@permaweb/ao-loader": "^0.0.26"
},
"engines": {
"node": ">=22"
"node": ">=20"
},
"devDependencies": {
}
}
}
1 change: 0 additions & 1 deletion src/main.lua

This file was deleted.

Loading

0 comments on commit 75e031d

Please sign in to comment.