Skip to content

Commit

Permalink
chore(common): rename test files
Browse files Browse the repository at this point in the history
This change rename the test files in Common according to the discussion
at the Keyman conference in November 2024.
  • Loading branch information
ermshiperete committed Nov 26, 2024
1 parent 4d11fb2 commit cb4332c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/web/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"typescript": "^5.4.5"
},
"mocha": {
"spec": "build/test/**/test-*.js",
"spec": "build/test/**/*.tests.js",
"require": [
"source-map-support/register"
]
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as fs from 'fs';
import 'mocha';
import { makePathToFixture } from '../helpers/index.js';
import KvkFileReader from "../../src/kvk/kvk-file-reader.js";
import { verify_balochi_inpage, verify_khmer_angkor } from './test-kvk-utils.js';
import { verify_balochi_inpage, verify_khmer_angkor } from './kvk-utils.tests.js';

describe('kvk-file-reader', function () {
it('kvk-file-reader should read a valid file', function() {
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion common/web/types/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"allowSyntheticDefaultImports": true
},
"include": [
"**/test-*.ts",
"**/*.tests.ts",
"./helpers/*.ts",
],
Expand Down
File renamed without changes.

0 comments on commit cb4332c

Please sign in to comment.