mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-26 18:48:35 +02:00
Upgrade deps
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user