initial-commit
This commit is contained in:
11
test/plugin.test.js
Normal file
11
test/plugin.test.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { describePluginTests } from '@takerofnotes/plugin-sdk'
|
||||
import plugin from '../src/index.js'
|
||||
|
||||
const adapter = plugin.createAdapter({
|
||||
endpoint: import.meta.env.VITE_S3_ENDPOINT,
|
||||
bucket: import.meta.env.VITE_S3_BUCKET,
|
||||
accessKeyId: import.meta.env.VITE_S3_ACCESS_KEY,
|
||||
secretAccessKey: import.meta.env.VITE_S3_SECRET_KEY,
|
||||
})
|
||||
|
||||
describePluginTests({ plugin, adapter }, describe, it, expect)
|
||||
Reference in New Issue
Block a user