all files load fine, I have the following lines to load my data
var map = L.map('map').setView([0,0],2);
var countriesLayer = L.geoJSON(test).addTo(map);
I have exported the shape file from qgis to geojson, with the above script I can view a sample geojson data but not this one. The CRS I'm working with is Adindan, can't tell if that is the issue. but my geojson data loads fine on mapshaper.