fix e2e for sbt.

This commit is contained in:
Florian Meriaux 2022-04-12 11:53:42 +02:00
parent 7df480742f
commit b9d25ecda2
No known key found for this signature in database
GPG key ID: A3F999CB41DB6BE2
66 changed files with 110 additions and 12 deletions

View file

@ -123,7 +123,7 @@ describe('dependency cache', () => {
await expect(restore('sbt')).rejects.toThrowError(
`No file in ${projectRoot(
workspace
)} matched to [**/*.sbt,**/project/build.properties,**/project/**.scala], make sure you have checked out the target repository`
)} matched to [*.sbt,project/build.properties,project/**.{scala,sbt}], make sure you have checked out the target repository`
);
});
it('downloads cache', async () => {