File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
extensions/ql-vscode/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ const config: Config = {
182182 // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
183183 transformIgnorePatterns : [
184184 // These use ES modules, so need to be transformed
185- "node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid)/.*)" ,
185+ "node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid|p-queue|p-timeout )/.*)" ,
186186 ] ,
187187
188188 // An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ const config: Config = {
183183 // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
184184 transformIgnorePatterns : [
185185 // These use ES modules, so need to be transformed
186- "node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid)/.*)" ,
186+ "node_modules/(?!(?:@vscode/webview-ui-toolkit|@microsoft/.+|exenv-es6|nanoid|p-queue|p-timeout )/.*)" ,
187187 ] ,
188188
189189 // An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
You can’t perform that action at this time.
0 commit comments