Commit c49059ae authored by Guillaume Royer's avatar Guillaume Royer

feat(node): add mappingstorage

parent fd1c76a7
......@@ -154,6 +154,7 @@ ${JIONODELATEST}: ${SRCDIR}/node/jio-start.js \
${SRCDIR}/node/jio.js \
${SRCDIR}/jio.storage/documentstorage.js \
${SRCDIR}/jio.storage/erp5storage.js \
${SRCDIR}/jio.storage/mappingstorage.js \
${SRCDIR}/jio.storage/memorystorage.js \
${SRCDIR}/jio.storage/querystorage.js \
${SRCDIR}/jio.storage/replicatestorage.js \
......
......@@ -12,6 +12,7 @@ testrunner.run({
code: 'test/node-require.js',
tests: [
'test/jio.storage/erp5storage.tests.js',
'test/jio.storage/mappingstorage.tests.js',
'test/jio.storage/memorystorage.tests.js',
'test/jio.storage/querystorage.tests.js',
'test/jio.storage/replicatestorage.tests.js',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment