mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
17 lines
458 B
TypeScript
17 lines
458 B
TypeScript
// import Setting from 'lib/models/Setting';
|
|
|
|
// const { asyncTest, setupDatabaseAndSynchronizer, switchClient, expectThrow, expectNotThrow } = require('../test-utils.js');
|
|
|
|
// describe('plugin_api_JoplinSetting', function() {
|
|
|
|
// beforeEach(async (done) => {
|
|
// await setupDatabaseAndSynchronizer(1);
|
|
// await switchClient(1);
|
|
// done();
|
|
// });
|
|
|
|
// it('should get and set plugin-specific values', asyncTest(async () => {
|
|
// await
|
|
// }));
|
|
// });
|