https://github.com/serapath/bare-testcase-01
testcase for bare
https://github.com/serapath/bare-testcase-01
Last synced: 10 months ago
JSON representation
testcase for bare
- Host: GitHub
- URL: https://github.com/serapath/bare-testcase-01
- Owner: serapath
- License: mit
- Created: 2025-06-16T11:11:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T14:42:50.000Z (about 1 year ago)
- Last Synced: 2025-06-16T14:53:08.952Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bare-testcase-01
testcase for bare
# issue
```bash
npm run node # => { text: 'hello bare, how are you today?' }
```
```bash
npm run bare # => Uncaught ModuleError: MODULE_NOT_FOUND: Cannot find module 'text' imported from
```