UNPKG

increase-version

Version:

Automaticaly increase version in files (package.json, Dockerfile, yaml)

7 lines (5 loc) 234 B
const utils = require('../utils'); test('file exists', async () => { const fileName = 'aa.json'; //await expect(utils.fileExists(fileName)).rejects.toThrow('Error: ENOENT: no such file or directory, access \'aa.json\''); });