Skip to content

Commit

Permalink
docs(modifier): add comment for module compat
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Dec 20, 2021
1 parent 646d580 commit 510d5ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modifier/debug.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Copyright 2021-Present the Unitest authors. All rights reserved. MIT license.
// This module is browser compatible.

import { bgYellow, black, bold } from "../deps.ts";
import type { PostModifier } from "./types.ts";

Expand Down
2 changes: 2 additions & 0 deletions modifier/trim.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Copyright 2021-Present the Unitest authors. All rights reserved. MIT license.
// This module is browser compatible.

import type { PreModifier } from "./types.ts";

/** Use `.trim` to removes the leading and trailing white space and line terminator
Expand Down

0 comments on commit 510d5ca

Please sign in to comment.