Skip to content

complete tests for type-utilities in utils package #273

@mr-zwets

Description

@mr-zwets

In the cashscript/utils package there are some long-oustanding todo-s who have been there 4 years

describe('type utilities', () => {
  describe('explicitlyCastable()', () => {

    // TODO: fully test cast combinations
  });

  describe.skip('TODO: implicitlyCastable()', () => {
  });

  describe.skip('TODO: resultingType()', () => {
  });

  describe.skip('TODO: arrayType()', () => {
  });

  describe.skip('TODO: implicitlyCastableSignature()', () => {
  });
  ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsRelated to automated tests

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions