feat: refactor file structure

This commit is contained in:
Barrett Ruth 2025-09-21 14:29:01 -04:00
parent 9761cded88
commit 965e47a1df
17 changed files with 19 additions and 22 deletions

View file

@ -6,7 +6,7 @@ describe('cp.execute', function()
before_each(function()
spec_helper.setup()
execute = require('cp.execute')
execute = require('cp.runner.execute')
mock_system_calls = {}
temp_files = {}