2
0
mirror of https://github.com/frappe/books.git synced 2024-09-21 03:39:02 +00:00
books/tests/test_server.js
2018-01-12 17:55:07 +05:30

5 lines
159 B
JavaScript

const server = require('frappe-core/server');
if (require.main === module) {
server.start({backend: 'sqlite', connection_params: {db_path: 'test.db'}});
}