Bryan Kendall
574660a2e5
fix track import in functions release ( #3665 )
...
* fix track import in functions release
* upgrade firebase-functions libraries
* Fix require issue with new firebase-functions version.
Co-authored-by: Michael Bleigh <bleigh@google.com >
2021-08-11 17:57:24 -07:00
Bryan Kendall
933ef1b25b
remove unused deps, update license to match repo ( #3039 )
...
* remove unused deps, update licence to match repo
* need firebase-admin since it's a peer dependency
2021-01-14 13:27:54 -08:00
Bryan Kendall
2dc7216a49
upgrade prettier ( #3010 )
...
* upgrade prettier
* prettier formatting
2021-01-08 16:01:31 -08:00
Yuchen Shi
451b1d6338
Change ESLint no-invalid-this to error. ( #2882 )
...
* Change ESLint no-invalid-this to error.
* Fix more linter errors (from upgrading ts-eslint).
* Fix eslintrc options grouping.
2020-12-01 15:05:07 -08:00
Bryan Kendall
cd6e7ef80e
integration framework: request -> node-fetch ( #2787 )
...
* request -> fetch
* statusCode -> status
* await on the response data
2020-11-11 12:46:10 -08:00
Bryan Kendall
03050eac3e
mock auth globally for tests ( #2805 )
...
* mock auth globally for tests
* remove unused method
* remove unused dep
* fix imports in integration scripts
2020-11-11 11:05:52 -08:00
Sam Stern
77a02b0159
Add e2e tests for the Auth emulator ( #2754 )
2020-10-28 13:44:21 -04:00
Bryan Kendall
e5c1bdbef3
extensions functional test update ( #2181 )
...
* use shared testing framework for tests
* remove AndWait function
* link global module and run test file
2020-04-27 14:11:16 -07:00
Bryan Kendall
4050f46cb8
lint and format markdown and yaml ( #2111 )
...
* add formatting and linting for markdown and yaml
* format markdown and yaml files
* fix test expecting a string
2020-04-07 10:15:44 -07:00
Bryan Kendall
7d996da4b7
prefer arrow fns, turn off no-var in .js files ( #2107 )
...
* prefer arrow functions in callbacks
* turn off no-var and arrow-functions in js
2020-04-06 12:04:20 -07:00
joehan
4fe6b8f43e
Adds end to end test for extension emulator ( #526 )
...
* adds end to end test for extension emulator
* refactoring based on client-integration, adding to github actions flow
* linting
* enable extdev flag before running tests
* add todo
* formats
* pr fixes
* linting
* linting pt2
* formats;
* specifying cwd to simplify run.sh
* cleanup
* formats
* correcting path for test-config
* pr fixes and checks that params atre subbed into response
* newline
* newline
2020-03-24 14:49:07 -07:00