mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
committed by
Nathan Walker
parent
1cd6df370b
commit
a014bbffb8
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user