Skip to content

Commit

Permalink
Merge pull request #1842 from lann/manifest-ui-tests
Browse files Browse the repository at this point in the history
Move manifest tests from spin-loader to spin-trigger
  • Loading branch information
lann authored Oct 4, 2023
2 parents ea2865c + 6fb8a14 commit 1d906dd
Show file tree
Hide file tree
Showing 33 changed files with 564 additions and 386 deletions.
80 changes: 77 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/loader/src/local/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ pub mod assets;
/// Configuration representation for a Spin application as a local spin.toml file.
pub mod config;

#[cfg(test)]
mod tests;

use std::{
collections::HashMap,
path::{Path, PathBuf},
Expand Down
Loading

0 comments on commit 1d906dd

Please sign in to comment.