https://github.com/bacebu4/glob-bug-reproduction
https://github.com/bacebu4/glob-bug-reproduction
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bacebu4/glob-bug-reproduction
- Owner: bacebu4
- Created: 2024-04-07T19:22:39.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-07T20:02:34.000Z (about 1 year ago)
- Last Synced: 2024-04-23T01:51:03.804Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction of the Glob misbehavior
1. Run the tests using script and node version `v21.7.2`
```bash
./test.sh
```Only `far.e2e.js` is being run
2. Delete `far.e2e.js`
3. Run tests again
```bash
./test.sh
```Now as a result `bar.e2.js` and `tar.e2e.js` are being run.
# Expected behavior
All tests are being run without deletion
# Node@20
In [email protected] in the third step nothing happens and I see the following log in the terminal
```
Could not find '/Users/bacebu4/dev/test-runner-test/src/**/*.e2e.js'
```