Sign in
appsheet-third-party
/
protobuf.js
/
4cb91c335ed165f4121cdef0b69645624a0f2910
/
.
/
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
();
});