Personal portfolio website for Regina Carvalho. Built with Famous.js library.

test.js 256B

    /* global describe, it */ (function () { 'use strict'; describe('Give it some context', function () { describe('maybe a bit more context here', function () { it('should run here few assertions', function () { }); }); }); })();