Sign in
appsheet-third-party
/
protobuf.js
/
5434379c7dcee1dd2c0f28cf1b4a4d65036ac518
/
.
/
tests
/
lib_codegen.js
blob: dae088d944d21b03b4339374821da075f34184ba [
file
] [
log
] [
blame
]
var
tape
=
require
(
"tape"
);
var
protobuf
=
require
(
".."
);
tape
.
test
(
"codegen"
,
function
(
test
)
{
test
.
equal
(
protobuf
.
util
.
codegen
.
verbose
,
false
,
"should not be verbose by default"
);
test
.
end
();
});