Skip to content

Commit

Permalink
test: Fix test utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ulrich committed Jul 26, 2022
1 parent fca166a commit d59d256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This changelog follows the [Keep a Changelog](https://keepachangelog.com) format

## [Unreleased]

### Fixed ###
- Running tests with release-it 15.1.3 or later.

### Security ###
- Update dependencies to remove several vulnerabilities.

Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import _ from 'lodash';
import * as dateFns from 'date-fns';
import test from 'ava';
import * as temp from 'temp';
import { factory, runTasks } from 'release-it/test/util';
import { factory, runTasks } from 'release-it/test/util/index.js';
import path from 'path';
import * as testdouble from 'testdouble';

Expand Down

0 comments on commit d59d256

Please sign in to comment.