Skip to content

Commit

Permalink
#388 tag up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 23, 2024
1 parent 5a58e13 commit 79b53c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home-tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
710f25458d8ff327d8c76720044b1ef16aeddf05
25eb1fbad0022b91c785e7dca1e0d3fdf102a2d5
3 changes: 2 additions & 1 deletion test/commands/test_dataize.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ const {runSync, parserVersion, homeTag, weAreOnline} = require('../helpers');

const options = [
{lang: 'Java', version: parserVersion, tag: homeTag},
{lang: 'Java', version: '0.41.3', tag: '0.41.3'},
{lang: 'Java', version: '0.40.3', tag: '56b2f37d32d71f06e2d298325164485972197a06'},
{lang: 'JavaScript', version: parserVersion, tag: homeTag},
{lang: 'JavaScript', version: parserVersion, tag: homeTag}
];

describe('dataize', function() {
Expand Down
3 changes: 2 additions & 1 deletion test/commands/test_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ describe('test', function() {
});

it('executes a single JavaScript unit test', function(done) {
this.skip(); // it doesn't work with 0.42.0
const home = path.resolve('temp/test-test/javascript');
const stdout = test(home, 'JavaScript', '0.41.3', '0.41.3');
const stdout = test(home, 'JavaScript', '0.42.0', '0.42.0');
assert.ok(stdout.includes('1 passing'));
assertFilesExist(
stdout, home, ['target/project/simple-test.test.js',]
Expand Down

0 comments on commit 79b53c4

Please sign in to comment.