@papermerge/symposium

0.6.0 • Public • Published

Unittests

SymposiumJS

Symposium is a javascript framework used across all frontend components of Papermerge project.

It is heavily inspired by BackboneJS. Symposium is entirely written using ES6 compliant javascript.

It has light dependency on jQuery and nunjucks. "Light" dependency means that the dependencies are kept minimal so that they can be removed/replaced easily. From jQuery only event related methods are used - $(selector).on and $(selector).off.

Installation

Install all nodejs dependent packages:

$ npm i  # looks in package.json and installs dependencies

Run Tests

Test suite uses mocha as testing frameworks and karma test runner.

To run test suite use following command:

$ make test

Package Sidebar

Install

npm i @papermerge/symposium

Weekly Downloads

1

Version

0.6.0

License

Apache-2.0

Unpacked Size

97.5 kB

Total Files

37

Last publish

Collaborators

  • eugen.ciur