{"_id":"@aaronburt/burst-js","_rev":"1-591f5840686afd47669efcb40803c232","name":"@aaronburt/burst-js","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@aaronburt/burst-js","version":"1.0.0","main":"./dist/main.js","type":"module","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":{"name":"aaronburt"},"license":"ISC","description":"","gitHead":"a271bbbd63f2f6df55bc5350170d51c72a7a1fcd","_id":"@aaronburt/burst-js@1.0.0","_nodeVersion":"18.17.0","_npmVersion":"9.6.7","dist":{"integrity":"sha512-jw05xeaGBrVYeKreWOnoWVJpyIhN/vAvaVlB0OHqMS9yTeBDiXjlENH2eDhaCBEpWRntJKfbuEsGVYmvLzYRyQ==","shasum":"05782bb8fd9c627960737b6c497adc0cfda36eae","tarball":"https://registry.npmjs.org/@aaronburt/burst-js/-/burst-js-1.0.0.tgz","fileCount":8,"unpackedSize":6687,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEylpAuppowf5XnjLaqhRLPPVqAawO0vTzYcZa4mFY85AiAv6KL3b8G7mseMFnQwyD0qjBVjLA8FQnhEmdP/9Fh5wQ=="}]},"_npmUser":{"name":"aaronburt","email":"npm@aaronburt.co.uk"},"directories":{},"maintainers":[{"name":"aaronburt","email":"npm@aaronburt.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/burst-js_1.0.0_1692367175588_0.3845639098992817"},"_hasShrinkwrap":false},"1.0.1":{"name":"@aaronburt/burst-js","version":"1.0.1","main":"./dist/main.js","type":"module","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":{"name":"aaronburt"},"license":"ISC","description":"Burst is a testing framework that allows you to write and execute unit tests in your JavaScript codebase. It provides a set of assertion methods and utility functions that enable you to define test cases and verify expected behaviors of your code.","gitHead":"6061bb6a5b8b7bed3b5d7348389a611f90d3e100","_id":"@aaronburt/burst-js@1.0.1","_nodeVersion":"18.17.0","_npmVersion":"9.6.7","dist":{"integrity":"sha512-md8ZYNj7n3mmxBCBJ/KR/evGkRXQasBNKR1lo2eYgaLxQa2XnXLcPDcNshE6ww18k2f/axX0+j9vXoRp8LBlrA==","shasum":"711a5c010b5dae9642a5d47aa52128bbb432451c","tarball":"https://registry.npmjs.org/@aaronburt/burst-js/-/burst-js-1.0.1.tgz","fileCount":9,"unpackedSize":7316,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDITUj53VxX+mPwTDCBJSoczMCuaHJKGHsq7n40vOIfXAIhAMKcMpI20hmIXcBQEodmSS0n47ycwACPGO1Udd0H7Qdh"}]},"_npmUser":{"name":"aaronburt","email":"npm@aaronburt.co.uk"},"directories":{},"maintainers":[{"name":"aaronburt","email":"npm@aaronburt.co.uk"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/burst-js_1.0.1_1692367602890_0.8672362901026962"},"_hasShrinkwrap":false}},"time":{"created":"2023-08-18T13:59:35.480Z","1.0.0":"2023-08-18T13:59:35.769Z","modified":"2023-08-18T14:06:43.274Z","1.0.1":"2023-08-18T14:06:43.099Z"},"maintainers":[{"name":"aaronburt","email":"npm@aaronburt.co.uk"}],"keywords":[],"author":{"name":"aaronburt"},"license":"ISC","readme":"# BurstJS\n\nBurst is a testing framework that allows you to write and execute unit tests in your JavaScript codebase. It provides a set of assertion methods and utility functions that enable you to define test cases and verify expected behaviors of your code.\n\n\nHere is an example of how to run the code. \n\n```js\ndescribe('Math operations tests')\n    .expect(add(2, 3)).toBe(5)\n    .expect(subtract(10, 4)).toBe(6);\n\ndescribe('String tests')\n    .expect(concat('Hello', 'World')).toBeExact('HelloWorld');\n```\n\nEach test add a count to whether it passed or failed, if you want to see the result then run.\n\n```js\ntestResults();\n```\n","readmeFilename":"readme.md","description":"Burst is a testing framework that allows you to write and execute unit tests in your JavaScript codebase. It provides a set of assertion methods and utility functions that enable you to define test cases and verify expected behaviors of your code."}