Skip to content

Instantly share code, notes, and snippets.

@Inclet
Inclet / new.kml
Created September 12, 2022 16:29
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>First KML</name>
<gx:CascadingStyle kml:id="__managed_style_2B6B2CC4322467EB659F">
<styleUrl>https://earth.google.com/balloon_components/base/1.0.23.0/card_template.kml#main</styleUrl>
<Style>
<IconStyle>
<scale>1.2</scale>
<Icon>
import chai from "chai";
import chaiHttp from "chai-http";
import app from "../index"; //entry point.
chai.should();
chai.use(chaiHttp);
let token;
describe('Signing up a user' , ()=>{