Monorepo for Aesthetic.Computer aesthetic.computer
at main 13 lines 375 B view raw
1// TODO: This test is incomplete / has never been run. 22.07.15.03.58 2// import {jest} from '@jest/globals'; 3import { parse } from '../public/aesthetic.computer/lib/parse.mjs'; 4 5test('testing ~niki in parser', () => { 6 expect(parse('~niki')).toEqual({ 7 path: "index", 8 host: "niki.aesthetic.computer", 9 params: [], 10 search: "", 11 hash: "" 12 }); 13});