feat(smartenv): add Bun and Deno OS detection support and update test runtime compatibility

This commit is contained in:
2026-05-01 11:03:45 +00:00
parent 8514c4def0
commit 1c609cc638
14 changed files with 4366 additions and 5894 deletions
+1 -1
View File
@@ -78,4 +78,4 @@ tap.test('should state wether we are in CI', async () => {
}
});
tap.start();
export default tap.start();