You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will allow for unit testing on every file in this app.
It will also update the way the data is being generated to make it a little bit easier to track down bugs and add new features by not using so many globals and separating out variables that are specific to the different functionalities of this app.
cli.js
documents.js
index.js
input.js
models.js
output.js
output/
console.js
couchbase.js
default-options.js
folder.js
index.js
sync-gateway.js
zip.js
utils.js
The text was updated successfully, but these errors were encountered:
This will allow for unit testing on every file in this app.
It will also update the way the data is being generated to make it a little bit easier to track down bugs and add new features by not using so many globals and separating out variables that are specific to the different functionalities of this app.
output.jsThe text was updated successfully, but these errors were encountered: