Skip to content

Commit

Permalink
- fix: playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Dec 17, 2024
1 parent febef00 commit 5d9cfc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/shinkai-tool-perplexity/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Deno.test('exists definition', () => {

Deno.test({
name: 'run',
sanitizeResources: false,
sanitizeOps: false,
ignore: Deno.env.get('CI') === 'true',
fn: async () => {
const run_result = await run(
Expand Down

0 comments on commit 5d9cfc0

Please sign in to comment.