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