Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Use cimg/node instead of circleci/node #7080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Aug 12, 2024
Prev Previous commit
Next Next commit
don't use noFF102
  • Loading branch information
birkskyum committed Aug 12, 2024
commit 3bd036981afc5fd078a13107c09253cd15047266
4 changes: 2 additions & 2 deletions 4 .circleci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ case $1 in
;;

mathjax-firefox102+)
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --skip-tags=noFF102 --nowatch &&
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --mathjax3 --skip-tags=noFF102 --nowatch &&
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --nowatch &&
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax --mathjax3 --nowatch &&
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax_config --mathjax3 --nowatch &&
./node_modules/karma/bin/karma start test/jasmine/karma.conf.js --FF --bundleTest=mathjax_config --nowatch || EXIT_STATE=$?
exit $EXIT_STATE
Expand Down
2 changes: 1 addition & 1 deletion 2 tasks/test_syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ assertCircularDeps();
// check for for focus and exclude jasmine blocks
function assertJasmineSuites() {
var BLACK_LIST = ['fdescribe', 'fit', 'xdescribe', 'xit'];
var TAGS = ['noCI', 'noCIdep', 'noFF102', 'gl', 'flaky'];
var TAGS = ['noCI', 'noCIdep', 'gl', 'flaky'];
var IT_ONLY_TAGS = ['gl', 'flaky'];
var logs = [];

Expand Down
19 changes: 0 additions & 19 deletions 19 test/jasmine/bundle_tests/mathjax_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,25 +95,6 @@ describe('Test MathJax v' + mathjaxVersion + ':', function() {
.then(done, done.fail);
});

it('@noFF102 should scoot x-axis title (with MathJax) below x-axis ticks', function(done) {
expect(window.MathJax).toBeDefined();

testTitleScoot({
data: [{
y: [1, 2, 1]
}],
layout: {
xaxis: {title: texTitle},
width: 500,
height: 500,
margin: {t: 100, b: 100, l: 100, r: 100}
}
}, {
xCategories: longCats
})
.then(done, done.fail);
});

it('should scoot x-axis title below x-axis ticks (with MathJax)', function(done) {
expect(window.MathJax).toBeDefined();

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.