aboutsummaryrefslogtreecommitdiff
path: root/src/index.spec.ts
blob: 7f967307ea3794e9452078b374a505996151fe8c (plain)
1
2
3
4
5
describe('Vanilla Yo Notification Test', () => {
    it('Initial Unit Test 👌🏽', () => {
        expect(true).toBe(true);
    });
})