refactor: more cleanup #164

Merged
mcataford merged 11 commits from more-refactor into master 2021-03-19 20:49:27 +00:00
Showing only changes of commit a5081e3db6 - Show all commits

View file

@ -72,7 +72,7 @@ describe('Packwatch', () => {
await expect(async () => await expect(async () =>
packwatch({ cwd: workspacePath }), packwatch({ cwd: workspacePath }),
).rejects.toThrow() ).rejects.toThrow('NO_MANIFEST_NO_UPDATE')
const generatedManifest = await fs.readFile( const generatedManifest = await fs.readFile(
resolve(join(workspacePath, '.packwatch.json')), resolve(join(workspacePath, '.packwatch.json')),