web_react/admin_dashboard/server/node_modules/country-iso-2-to-3/test.js

4 lines
108 B
JavaScript

var getCountryISO3 = require("./index")
var result = getCountryISO3("BR")
console.assert(result === "BRA")