style: change test name

This commit is contained in:
Jef LeCompte 2022-07-27 14:27:21 -07:00
parent dee2a9689c
commit 9f20343a3a
No known key found for this signature in database
GPG Key ID: 7F5BA322B5DC170C

View File

@ -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';