File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
import { test } from 'node:test' ;
7
7
import assert from 'node:assert' ;
8
8
import blueSkyPost from '../lib/blueSkyPost.ts' ;
9
- import defaultParams from './testUtils.ts' ;
9
+ import defaultParams from './utils/ testUtils.ts' ;
10
10
11
11
test ( 'should always include robot emoji' , ( ) => {
12
12
for ( let i = 0 ; i < 100 ; i ++ ) {
Original file line number Diff line number Diff line change 6
6
import { test } from 'node:test'
7
7
import assert from 'node:assert'
8
8
import mastodonPost from '../lib/mastodonPost.ts'
9
- import defaultParams from './testUtils.ts'
9
+ import defaultParams from './utils/ testUtils.ts' ;
10
10
11
11
test ( 'Mastodon post should always include robot emoji' , ( ) => {
12
12
for ( let i = 0 ; i < 100 ; i ++ ) {
Original file line number Diff line number Diff line change 6
6
import { test } from "node:test" ;
7
7
import assert from "node:assert" ;
8
8
import redditComment from "../lib/redditPost.ts" ;
9
- import defaultParams from "./ testUtils.ts" ;
9
+ import defaultParams from './utils/ testUtils.ts' ;
10
10
11
11
test ( "Reddit comment should always contain discount amount in bold text" , ( ) => {
12
12
for ( let i = 10 ; i <= 40 ; i ++ ) {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments