The Wayback Machine - https://web.archive.org/web/20220607034239/https://github.com/topics/tape
Skip to content
#

tape

Here are 193 public repositories matching this topic...

guidobouman
guidobouman commented Aug 21, 2019

The and method is not supported by Jest, where Chai does support it.

It should probably cut the assertion in two:

- expect(ticketNumber).to.be.above(0).and.to.be.below(46)
+ expect(ticketNumber).toBeGreaterThan(0)
+ expect(ticketNumber).toBeLessThan(46)

Is this a feasible option for codemods?

If so: I'm willing to work on a PR.

andi-at-1
andi-at-1 commented Jul 3, 2020

Hello,

I´ve compiled the multivendor package, runs like a charm!
But I get an error at the mount command, I dont know what that means but mabe it is interesting for you?
"3cad LTFS30263I MODESENSE returns Invalid Field in CDB (-20501) /dev/sg0."

3cad LTFS14000I LTFS starting, LTFS version 2.4.2.1 (Prelim), log level 2.
3cad LTFS14058I LTFS Format Specification version 2.4.0.
3cad LTFS14

Improve this page

Add a description, image, and links to the tape topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tape topic, visit your repo's landing page and select "manage topics."

Learn more