@@ -15,7 +15,7 @@ describe('getPlugins', () => {
1515
1616 expect ( plugins ) . toHaveLength ( 4 ) ;
1717 expect ( plugins . map ( ( plugin ) => plugin . name ) ) . toMatchInlineSnapshot ( `
18- Array [
18+ [
1919 "debugProxyErrorsPlugin",
2020 "proxyEventsPlugin",
2121 "loggerPlugin",
@@ -42,7 +42,7 @@ describe('getPlugins', () => {
4242
4343 expect ( plugins ) . toHaveLength ( 5 ) ;
4444 expect ( plugins . map ( ( plugin ) => plugin . name ) ) . toMatchInlineSnapshot ( `
45- Array [
45+ [
4646 "debugProxyErrorsPlugin",
4747 "proxyEventsPlugin",
4848 "loggerPlugin",
@@ -63,7 +63,7 @@ describe('getPlugins', () => {
6363
6464 expect ( plugins ) . toHaveLength ( 1 ) ;
6565 expect ( plugins . map ( ( plugin ) => plugin . name ) ) . toMatchInlineSnapshot ( `
66- Array [
66+ [
6767 "myPlugin",
6868 ]
6969 ` ) ;
@@ -77,7 +77,7 @@ describe('getPlugins', () => {
7777
7878 expect ( plugins ) . toHaveLength ( 4 ) ;
7979 expect ( plugins . map ( ( plugin ) => plugin . name ) ) . toMatchInlineSnapshot ( `
80- Array [
80+ [
8181 "debugProxyErrorsPlugin",
8282 "errorResponsePlugin",
8383 "loggerPlugin",
@@ -98,7 +98,7 @@ describe('getPlugins', () => {
9898
9999 expect ( plugins ) . toHaveLength ( 3 ) ;
100100 expect ( plugins . map ( ( plugin ) => plugin . name ) ) . toMatchInlineSnapshot ( `
101- Array [
101+ [
102102 "debugProxyErrorsPlugin",
103103 "proxyEventsPlugin",
104104 "loggerPlugin",
0 commit comments