Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 22, 2022
1 parent 9cba0a2 commit 380a80f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/report/reporters/plugin/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { DEFAULT_REPORTER_OUTPUT } from '../../contents/output.js'
import { getReportMethods } from '../../formats/list.js'
import { BUILTIN_REPORTERS } from '../main.js'

import { item } from './item.js'
import { item } from './shared.js'

export const REPORTER_PLUGIN_TYPE = {
name: 'reporter',
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/runners/plugin/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { validateFunction } from '../../config/normalize/validate/complex.js'
import { BUILTIN_RUNNERS } from '../main.js'

import { item } from './item.js'
import { item } from './shared.js'

export const RUNNER_PLUGIN_TYPE = {
// Top-level property name, used in error messages
Expand Down
File renamed without changes.

0 comments on commit 380a80f

Please sign in to comment.