Skip to content

Commit

Permalink
fix: confliclts
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 2, 2020
1 parent 255de67 commit a09b338
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ describe('resolveConfig', function () {
});

it('should handle different env formats', async () => {
const result = await ConfigGroup({
const result = await resolveConfig({
env: { test: true, name: 'Hisoka' },
config: [resolve(__dirname, './env.webpack.config.cjs')],
});
Expand Down

0 comments on commit a09b338

Please sign in to comment.