chore: cleanup

This commit is contained in:
Igor Randjelovic
2020-12-01 19:51:07 +01:00
committed by Nathan Walker
parent 1cd6df370b
commit a014bbffb8
5 changed files with 18 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ describe('@nativescript/webpack', () => {
webpack.resolveChainableConfig();
});
it('prints plugin name that errored out', () => {
it('prints plugin name that has a chain function that throws an error', () => {
webpack.useConfig(false);
webpack.setCurrentPlugin('test-plugin');
const chainFn = jest.fn(() => {