Skip to content

Commit bda77eb

Browse files
Update web/test/import.test.ts
1 parent cbcb09d commit bda77eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/test/import.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,6 @@ describe('importProjectsData()', () => {
252252
describe('installProjectAndImport()', () => {
253253
const agentAddress = 'testAgentAddress'
254254
it('installs DNA and imports project into new cell', async () => {
255-
// finalizeCreateProject = jest.fn().mockImplementationOnce((...args) => {
256-
// console.log(...args)
257-
// })
258255
await internalInstallProjectAndImport(
259256
agentAddress,
260257
sampleGoodDataExport.projects[0],

0 commit comments

Comments
 (0)