tests: initial integration tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I09ed2eea568edfaecdb800197bc36c416a6a6964
This commit is contained in:
parent
347175bb86
commit
8bce6c27b5
6 changed files with 148 additions and 0 deletions
7
tests/integration/import_test.nix
Normal file
7
tests/integration/import_test.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Test that import builtin still works
|
||||
let
|
||||
imported = import ./imported_module.nix;
|
||||
in {
|
||||
value = imported.foo + 100;
|
||||
nested = imported.bar.baz;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue