misc cleanup / changes

This commit is contained in:
Salakar 2018-01-06 13:53:46 +00:00
parent 1a35d8a7b5
commit f74b7057bb
5 changed files with 52796 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
coverage
node_modules
npm-debug.log
*.DS_Store

View File

@ -1,4 +1,6 @@
node_modules
coverage.json
coverage
npm-debug.log
*.DS_Store
.github

View File

@ -1,4 +1,4 @@
Copyright (c) 2017 Invertase Limited <oss@invertase.io>
Copyright (c) 2018 Invertase Limited <oss@invertase.io>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this library except in compliance with the License.

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
# Copy firebase lib into tests directory
mkdir tests/firebase
cp -R lib/* tests/firebase
# Install /tests npm packages
cd tests && npm install

52792
coverage.json Normal file

File diff suppressed because it is too large Load Diff