From aa0b77fa4144ee0c59c731ae1726a504b2a24c6c Mon Sep 17 00:00:00 2001 From: yoho Date: Wed, 10 Aug 2022 13:51:19 +0800 Subject: [PATCH] test: feat run in build --- playground/legacy/__tests__/legacy.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playground/legacy/__tests__/legacy.spec.ts b/playground/legacy/__tests__/legacy.spec.ts index d5421ebb6cfa79..23b79bcc9c3067 100644 --- a/playground/legacy/__tests__/legacy.spec.ts +++ b/playground/legacy/__tests__/legacy.spec.ts @@ -53,7 +53,8 @@ test('generates assets', async () => { 'immutable-chunk: 404', 'immutable-chunk-legacy: 404', 'polyfills-legacy: 404' - ].join('\n') + ].join('\n'), + true ) })