Skip to content

Commit

Permalink
convert globals test to use legacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed May 16, 2024
1 parent b748849 commit fc24f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict'

const globals = require('globals')
const config = require('../index.js')
const config = require('../legacy.js')

describe('environments globals', () => {
const env = config.environments.globals
Expand Down

0 comments on commit fc24f35

Please sign in to comment.