You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running scarb init --name ... in a directory, if the name is different than the directory name, and Starknet Foundry is selected, a cairo-test-runner project is created
Steps
mkdir my_sw
cd my_sw
scarb init --name my_sw_1
Select Starknet Foundry
Scarb.toml file is:
[package]
name = "my_sw_1"
version = "0.1.0"
edition = "2024_07"
# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html
[dependencies]
Possible Solution(s)
No response
Notes
No response
Version
No response
The text was updated successfully, but these errors were encountered:
Problem
When running
scarb init --name ...
in a directory, if the name is different than the directory name, and Starknet Foundry is selected, a cairo-test-runner project is createdSteps
Select
Starknet Foundry
Scarb.toml file is:
Possible Solution(s)
No response
Notes
No response
Version
No response
The text was updated successfully, but these errors were encountered: