# Test what happens when we try to import a package that does not exist. -- tidy-check-error -- module is not tidy: cannot find module providing package example.com/nonexistent@v0 -- want -- error: failed to resolve "example.com/nonexistent@v0": cannot find module providing package example.com/nonexistent@v0 -- cue.mod/module.cue -- module: "main.org@v0" language: { version: "v0.99.99" } -- main.cue -- package main import "example.com/nonexistent@v0" -- _registry/example.com_v0.0.1/cue.mod/module.cue -- module: "example.com@v0" -- _registry/example.com_v0.0.1/x.cue -- package x