summaryrefslogtreecommitdiffstats
path: root/tests/testsuite/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-07-02 16:12:53 -0400
committerGitHub <noreply@github.com>2019-07-02 16:12:53 -0400
commit463ec260247fa0e62d2ea14e237681a499955392 (patch)
tree0d7ed8d19187c298c2e7764f21387a919d21877c /tests/testsuite/main.rs
parent2440ed60d0a315e6248c040d2a114f7deeea6260 (diff)
feat: Add a `disabled` configuration option for modules (#86)
• Add support for the disabled configuration option This will allow you to selectively disable modules that you don't want or need. 😄 • Overwrite starship configuration file path with STARSHIP_CONFIG environment variable • Write tests for the two configuration options that are available
Diffstat (limited to 'tests/testsuite/main.rs')
-rw-r--r--tests/testsuite/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite/main.rs b/tests/testsuite/main.rs
index 1705ae3ae..d7989e7ad 100644
--- a/tests/testsuite/main.rs
+++ b/tests/testsuite/main.rs
@@ -1,5 +1,6 @@
mod character;
mod common;
+mod configuration;
mod directory;
mod golang;
mod line_break;