Upgrade deps

This commit is contained in:
Gregory Schier
2024-09-06 06:39:57 -07:00
parent af9c5c0294
commit 6ce1369a88
19 changed files with 56 additions and 55 deletions

View File

@@ -1,7 +1,8 @@
import { describe, expect, test } from 'vitest';
import { Context } from '@yaakapp/api';
import { pluginHookExport } from '../src';
const ctx = {};
const ctx = {} as Context;
describe('exporter-curl', () => {
test('Exports GET with params', () => {