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
For this to test I have to get access to the internals of the constructor. This seems not possible without rewriting the tool, or am I wrong. Or do you suggest to check for the existence of the file in the temp directory?
The tests already look for files in /tmp. I am certain there is a lot of room for improvement in them, but following the current pattern should be sufficient.
const defaultOptions = {
path: os.tmpdir() + 'aborsculpt.json',
interval: 60000,
loggers: []
path gets '/tmpaborsculpt.json' and I think you want '/tmp/aborsculpt.json'
The text was updated successfully, but these errors were encountered: