Skip to content

Commit

Permalink
Update location
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Sep 21, 2024
1 parent bba8ac1 commit 68935fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
env:
CI: true

- name: List test files in the directory
run: ls -l ./src/test/

# Sanitize the test-result.txt by removing non-printable characters
- name: Sanitize test output
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {fixTypos} from '../typopo.js';
import {fixTypos} from '../../typopo.js';
import assert from 'assert';

describe('Test consistency of internal variables', () => {
Expand Down

0 comments on commit 68935fd

Please sign in to comment.