it('detects a new value', () => {
    expectSame({ xnum: 0 })
    expectSame({ xobj: { x: 0 } })
    expectSame({ xarray: [0] })
    expectSame({ xdate: new Date() })