We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcb09d commit bda77ebCopy full SHA for bda77eb
web/test/import.test.ts
@@ -252,9 +252,6 @@ describe('importProjectsData()', () => {
252
describe('installProjectAndImport()', () => {
253
const agentAddress = 'testAgentAddress'
254
it('installs DNA and imports project into new cell', async () => {
255
- // finalizeCreateProject = jest.fn().mockImplementationOnce((...args) => {
256
- // console.log(...args)
257
- // })
258
await internalInstallProjectAndImport(
259
agentAddress,
260
sampleGoodDataExport.projects[0],
0 commit comments