File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/wrangler/src/__tests__ Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { getWorkerAccountAndContext } from "../dev/remote";
1010import { COMPLIANCE_REGION_CONFIG_UNKNOWN } from "../environment-variables/misc-variables" ;
1111import { FatalError } from "../errors" ;
1212import { CI } from "../is-ci" ;
13+ import { logger } from "../logger" ;
1314import { sniffUserAgent } from "../package-manager" ;
1415import { mockAccountId , mockApiToken } from "./helpers/mock-account-id" ;
1516import { mockConsoleMethods } from "./helpers/mock-console" ;
@@ -2110,6 +2111,10 @@ describe.sequential("wrangler dev", () => {
21102111 } ) ;
21112112
21122113 describe ( "containers" , ( ) => {
2114+ beforeEach ( ( ) => {
2115+ logger . clearHistory ( ) ;
2116+ } ) ;
2117+
21132118 const containerConfig = {
21142119 main : "index.js" ,
21152120 compatibility_date : "2024-01-01" ,
You can’t perform that action at this time.
0 commit comments