fix: test
parent
bfbcf978fa
commit
fcc256c3c9
|
|
@ -13,7 +13,6 @@ const ctx = {
|
|||
metadata: () => {},
|
||||
}
|
||||
|
||||
const bash = await BashTool.init()
|
||||
const projectRoot = path.join(__dirname, "../..")
|
||||
|
||||
describe("tool.bash", () => {
|
||||
|
|
@ -21,6 +20,7 @@ describe("tool.bash", () => {
|
|||
await Instance.provide({
|
||||
directory: projectRoot,
|
||||
fn: async () => {
|
||||
const bash = await BashTool.init()
|
||||
const result = await bash.execute(
|
||||
{
|
||||
command: "echo 'test'",
|
||||
|
|
|
|||
Loading…
Reference in New Issue