Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
JadenSimon committed Jan 6, 2025
1 parent 8a45bc3 commit 6c4e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/packages/pkg2/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as pkg1 from 'pkg1'
import { test, expectEqual } from 'synapse:test'

test('line count', () => {
expectEqual(pkg1.self.text.split('\n').length, 13) //a
expectEqual(pkg1.self.text.split('\n').length, 13)
})

test('environment', () => {
Expand Down

0 comments on commit 6c4e8c2

Please sign in to comment.