You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix npm install test failing in some cases (#569)
If you copy only part of node_modules, `npm install` may behave the same as `npm ci`.
This sometimes causes tests that check for identical timestamps to fail.
```js
assert.equal(beforeAwsSdkStat.ctimeMs, afterAwsSdkStat.ctimeMs)
```
0 commit comments