Skip to content

Commit

Permalink
Merge pull request #43 from fink-lang/empty-elem-fix
Browse files Browse the repository at this point in the history
Empty elem fix
  • Loading branch information
kollhof authored Apr 21, 2020
2 parents 3a822fc + c1e37d0 commit 341a936
Show file tree
Hide file tree
Showing 33 changed files with 147 additions and 173 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
setupFiles: [],
moduleFileExtensions: ['js', 'fnk'],
transform: {
'^.+\\.fnk$': ['@fink/jest']
'^.+\\.fnk$': ['@fink/jest/transform']
},
transformIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/build/'],

Expand Down
210 changes: 98 additions & 112 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@fink/cli": "^3.0.0",
"@fink/jest": "^1.1.0",
"@fink/jest": "^2.0.0",
"@fink/larix": "^6.0.1",
"@fink/loxia": "^4.11.0",
"commitizen": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/arithmitic/index.test.fnk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{describe, it, expect, to_match_snapshot} = import '../../testing/jest'
{describe, it, expect, to_match_snapshot} = import '@fink/jest'

{parse_expr} = import '../../'

Expand Down
Loading

0 comments on commit 341a936

Please sign in to comment.