1acf2067d3
Registry uses fnv::FnvHashMap instead of the std lib HashMap. This commit updates the tests to match.
16 lines
293 B
TOML
16 lines
293 B
TOML
[package]
|
|
name = "juniper_tests"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
juniper = { path = "../juniper" }
|
|
juniper_codegen = { path = "../juniper_codegen" }
|
|
serde_json = { version = "^1.0.2" }
|
|
|
|
[dev-dependencies]
|
|
fnv = "1.0.3"
|
|
|
|
[[test]]
|
|
name = "integration_tests"
|
|
path = "src/lib.rs"
|
|
harness = true
|