const BeauExpect = require('./expect.spec.js');
describe(`BeauExpect`, () => {
it(`should exist`, () => {
expect(1).toBe(1);
});