git.delta.rocks / unique-network / refs/commits / 147f0a06ab03

difftreelog

Only removed

str-mv2021-11-26parent: #bd45342.patch.diff
in: master

1 file changed

modifiedtests/src/inflation.test.tsdiffbeforeafterboth
10chai.use(chaiAsPromised);10chai.use(chaiAsPromised);
11const expect = chai.expect;11const expect = chai.expect;
1212
13describe.only('integration test: Inflation', () => {13describe('integration test: Inflation', () => {
14 it('First year inflation is 10%', async () => {14 it('First year inflation is 10%', async () => {
15 await usingApi(async (api) => {15 await usingApi(async (api) => {
1616