Skip to content

Commit

Permalink
Fix to load receipe and dependencies when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 16, 2024
1 parent cec9261 commit ad54145
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"ExampleNFT": {
"source": "./cadence/contracts/Recipe.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7"
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007"
}
}
},
Expand Down Expand Up @@ -59,7 +60,8 @@
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testnet": "631e88ae7f1d7c20"
"testnet": "631e88ae7f1d7c20",
"testing": "0000000000000007"
}
},
"NonFungibleToken": {
Expand All @@ -68,7 +70,8 @@
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testnet": "631e88ae7f1d7c20"
"testnet": "631e88ae7f1d7c20",
"testing": "0000000000000007"
}
},
"ViewResolver": {
Expand All @@ -77,7 +80,8 @@
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testnet": "631e88ae7f1d7c20"
"testnet": "631e88ae7f1d7c20",
"testing": "0000000000000007"
}
}
},
Expand Down

0 comments on commit ad54145

Please sign in to comment.