1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-01 09:53:56 +02:00

ADD flexible cache

This commit is contained in:
Thomas Wilkerling
2018-03-22 13:35:52 +01:00
parent 8fb63c48d8
commit 056d654564
5 changed files with 100 additions and 40 deletions

View File

@@ -12,7 +12,7 @@
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<!--<script src="../node_modules/mocha-phantomjs-core/browser-shim.js"></script>-->
<script src="../flexsearch.js"></script>
<script src="../flexsearch.min.js"></script>
<script>
window.initMochaPhantomJS && initMochaPhantomJS();
mocha.ui('bdd');