Skip to content

Commit

Permalink
refactor: rename dump_rcfile to inspect_rcfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 15, 2023
1 parent 77b98e1 commit 7543e7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/commands/inspect_rcfile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import { test } from '@japa/runner'
import lodash from '@poppinss/utils/lodash'
import { AceFactory } from '../../factories/core/ace.js'
import InspectRCFile from '../../commands/dump_rcfile.js'
import InspectRCFile from '../../commands/inspect_rcfile.js'

test.group('Inspect RCFile', () => {
test('inspect rcfile contents', async ({ assert, fs }) => {
Expand Down

0 comments on commit 7543e7c

Please sign in to comment.