tunpopulation
Version:
<p align="center"><img src="https://ih1.redbubble.net/image.573212470.3519/flat,1000x1000,075,f.jpg" /></p>
14 lines (9 loc) • 375 B
JavaScript
let data = require("../data/data.json");
const _ = require("lodash");
var {getByCode_Municipalite} = require('../index');
const assert = require("chai").assert;
var expect = require('chai').expect;
var should = require('chai').should();
it('should return one elment if Code_Municipalite i true ', function(){
var gov = getByCode_Municipalite(1111)
});