1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00

style: change test name

This commit is contained in:
Jef LeCompte 2022-07-27 14:27:21 -07:00
parent dee2a9689c
commit 9f20343a3a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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';