Skip to content

Commit

Permalink
fix: enable passing ansi props from output objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Bridgette Smith committed Mar 16, 2022
1 parent 8f321e0 commit 0d02d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/outputs/__tests__/output.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ describe("Output ansi options", () => {
it("error data", () => {
const output = createImmutableOutput({
output_type: "error",
traceback: ["Yikes, Will is in the upsidedown again!"],
traceback: ["Zoinks, Will is in the upsidedown again!"],
ename: "NameError",
evalue: "Yikes!"
evalue: "Zoinks!"
});

const component = mount(
Expand Down

0 comments on commit 0d02d78

Please sign in to comment.