Forgot to include interpreter file

This commit is contained in:
Yuriy Dupyn 2024-02-05 16:46:18 +01:00
parent 2784fce410
commit 18b8049958

View file

@ -0,0 +1,10 @@
#[cfg(test)]
mod tests {
use super::*;
#[tokio::test]
async fn new_state() {
}
}