Commit Graph

8 Commits

Author SHA1 Message Date
vvakame
cb96c96f7d fix protobufjs/protobufjs-tests.ts 2015-08-29 10:18:23 +09:00
John Reilly
4ded082c5d Update protobufjs.d.ts
This PR includes the [ProtoBuf.Long](https://github.com/dcodeIO/ProtoBuf.js/blob/master/src/ProtoBuf.js#L19) property.  I based the definition on the existing long.d.ts.  I didn't use it directly because I didn't want to create a dependency and because the long.d.ts would have to be changed to do this in the first place.

@panuhorsmalahti - does this look okay to you?
2015-08-05 13:27:04 +01:00
Ian Riley
b18b5eea13 bug(tests): Passes npm test
Fixes minor bugs that caused npm test to fail.
2015-06-08 11:34:09 -07:00
Ian Riley
5bec620cbb chore(test): Tests protobuf.d.ts
Applies runtime assertions to ensure that returned values adhere to their qualified type.
2015-06-08 11:34:08 -07:00
Ian Riley
d51c740ff4 feat(protobufjs): Furthering support for ProtoBufJs
Adds more definitions for the ProtoBufJs module.
2015-06-08 11:34:08 -07:00
Panu Horsmalahti
b344b6491c Fixed the test. 2015-01-03 16:55:53 +02:00
Panu Horsmalahti
ec1eafa840 Renamed the test file 2015-01-03 16:54:12 +02:00
Panu Horsmalahti
09f3af655c Renamed protobuf to protobufjs 2015-01-03 16:52:36 +02:00