From 9f20343a3a8f4c58491c4056e96564ac052f61fe Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 27 Jul 2022 14:27:21 -0700 Subject: [PATCH] style: change test name --- __tests__/installer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/installer.test.ts b/__tests__/installer.test.ts index b21674f..5cf55f7 100644 --- a/__tests__/installer.test.ts +++ b/__tests__/installer.test.ts @@ -567,7 +567,7 @@ describe('setup-node', () => { expect(parseNodeVersionSpy).toHaveBeenCalledTimes(0); }); - it('reads node-version-file if provided (.nvmrc)', async () => { + it('reads node-version-file if provided', async () => { // Arrange const versionSpec = 'v14'; const versionFile = '.nvmrc';