* Add color to previous retarget. Add absolute number pipe. Change plus and minus signs to fa icons. Change Fee Estimate title to Transactions Fees. Set min and max difficulty adjustments. * Add projectID to cypress conf. * Change icon to fa-caret. * Remove unecessary icons.
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import { AbsolutePipe } from './absolute.pipe';
|
|
|
|
describe('AbsolutePipe', () => {
|
|
it('create an instance', () => {
|
|
const pipe = new AbsolutePipe();
|
|
expect(pipe).toBeTruthy();
|
|
});
|
|
});
|