Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit e4713c6

Browse files
chore: add types to many unit tests (#463)
1 parent 8bbd4e5 commit e4713c6

7 files changed

Lines changed: 579 additions & 489 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
"nyc": "^13.0.0",
137137
"power-assert": "^1.4.4",
138138
"prettier": "^1.7.0",
139-
"prop-assign": "^1.0.0",
140139
"proxyquire": "^2.0.0",
141140
"source-map-support": "^0.5.6",
142141
"tmp": "^0.0.33",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,3 +766,4 @@ promisifyAll(Storage, {
766766
export {Storage};
767767

768768
export {Bucket, File, Channel, AccessControlObject};
769+
export {Notification} from './notification';

0 commit comments

Comments
 (0)