1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Tools: Setup test framework for CLI app

This commit is contained in:
Laurent Cozic
2022-11-01 15:28:14 +00:00
parent 3dd008ae9a
commit 7992fe5b63
44 changed files with 339 additions and 168 deletions

View File

@ -1,4 +1,4 @@
const { BaseCommand } = require('./base-command.js');
const BaseCommand = require('./base-command').default;
const { _ } = require('@joplin/lib/locale');
class Command extends BaseCommand {