style: change test name

main
Jef LeCompte 3 years ago
parent dee2a9689c
commit 9f20343a3a
No known key found for this signature in database
GPG Key ID: 7F5BA322B5DC170C

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

Loading…
Cancel
Save