Skip to content

Commit

Permalink
chore: fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed May 5, 2023
1 parent 95d59a5 commit 3cb15a2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/index.test.js
Expand Up @@ -238,15 +238,9 @@ describe.each(versions)('%s', (_, DotenvPlugin) => {

describe('force configuration', () => {
test('Should override if forced', (done) => {
// defaults
// TEST=nope
// TEST2=youcanseethis

// missingone
// TEST2=Hello
expectResultsToContainReplacements(
new DotenvPlugin({ force: true }),
{...defaultEnvResult, ...missingOneResult},
{ ...defaultEnvResult, ...missingOneResult },
done
)
})
Expand Down

0 comments on commit 3cb15a2

Please sign in to comment.