rangement/tests/main.test.js

13 lines
420 B
JavaScript

xdescribe('rangement file detection', () => {
// find how to mock process.env arguments
// const call = mockUpload.mock.calls[0][0]
test('returns a list of 2 files to parse when given the folder testFiles/meme_base', () => {
})
test('returns a list of 1 file to parse when given the argument testFiles/image.jpg', () => {
})
test('returns a list of 0 file to parse when given the null argument', () => {
})
})