disable test case temporary

This commit is contained in:
Nacho Codoñer
2025-09-04 12:43:30 +02:00
parent c575cd7843
commit 7a09a37e04
2 changed files with 0 additions and 3 deletions

View File

@@ -8,7 +8,6 @@
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.879.0",
"@babel/runtime": "^7.23.5",
"@modelcontextprotocol/sdk": "^1.17.3",
"@swc/helpers": "^0.5.17",

View File

@@ -4,10 +4,8 @@ import { LinksCollection } from '/imports/api/links';
import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/streamableHttp.js';
import '@helper/alias';
import ReactAlias from '@react/alias';
import { S3Client } from '@aws-sdk/client-s3';
console.log('@react/alias loaded', ReactAlias.version);
console.log('S3client loaded', !!S3Client);
async function insertLink({ title, url }) {
await LinksCollection.insertAsync({ title, url, createdAt: new Date() });