enigma.js

v2.13.0
JavaScript library for consuming Qlik backend services

build

rollup -c && cross-env NODE_ENV=production rollup -c

test

aw -c test/aw.config.json

test:watch

aw -c test/aw.config.json -w

test:unit

aw -c test/aw.config.json --glob test/unit/{,**/}*.spec.js

test:unit:watch

aw -c test/aw.config.json --glob test/unit/{,**/}*.spec.js -w

test:component

aw -c test/aw.config.json --glob test/component/**/*.spec.js

test:component:watch

aw -c test/aw.config.json --glob test/component/**/*.spec.js -w

test:integration

aw -c test/aw.config.json --glob test/integration/**/*.spec.js --mocha.timeout 5000

lint

eslint .

jsdoc

rimraf ./jsdoc && jsdoc ./src -c ./jsdoc-config.json -r -d ./jsdoc

scriptappy

jsdoc ./src -c ./jsdoc-config.json -r ./package.json -X | scriptappy-from-jsdoc -c spec.config.js

preversion

npm run test && npm run test:integration

version

npm run build && npm run scriptappy

Metadata

  • MIT
  • Whatever
  • QlikTech International AB
  • released 3/6/2024

Downloads