UNPKG

114 BJavaScriptView Raw
1"use strict";
2describe('mock', function () {
3 it('check', function () {
4 expect(2).toBe(2);
5 });
6});