Skip to content

Commit

Permalink
Merge pull request #222 from release-it-plugins/move-test
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 19, 2022
2 parents 9088903 + 16bf34c commit da9b97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
},
},
{
files: ['test.js'],
files: ['jest.setup.js', '__tests__/**/*.js'],
env: {
jest: true,
},
Expand Down
2 changes: 1 addition & 1 deletion test.js → __tests__/plugin-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';
import { createRequire } from 'module';
import tmp from 'tmp';
import { factory, runTasks } from 'release-it/test/util';
import Plugin from './index.js';
import Plugin from '../index.js';

const EDITOR = process.env.EDITOR || null;
const PATH = process.env.PATH;
Expand Down

0 comments on commit da9b97d

Please sign in to comment.