<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 50" fill="#fff">
<path d="M35 24.25l-22.177-7.761 4.338 10.82 6.923 3.225H35V24.25z" opacity=".7"/>
<path d="M10 38.642V3.5L0 0v44.4L10 50l25-14.382V24.25z"/>
</svg>Preview
| {"rss":54697984,"heapTotal":36393760,"heapUsed":21949752} | |
| {"rss":620531712,"heapTotal":65287968,"heapUsed":29065104} | |
| {"rss":646225920,"heapTotal":64256032,"heapUsed":28251352} | |
| {"rss":647573504,"heapTotal":64256032,"heapUsed":28290648} | |
| {"rss":650907648,"heapTotal":64256032,"heapUsed":28326320} | |
| {"rss":654422016,"heapTotal":64256032,"heapUsed":28348720} | |
| {"rss":657559552,"heapTotal":64256032,"heapUsed":28380736} | |
| {"rss":661073920,"heapTotal":64256032,"heapUsed":28401936} | |
| {"rss":664236032,"heapTotal":64256032,"heapUsed":28430416} | |
| {"rss":667480064,"heapTotal":64256032,"heapUsed":28447160} |
Find javascript files that are changed after creation of the new branch and run script placed in requireUndefined.js.
It uses ESLint programmatic API.
Find all javascripts inside app/components, filter by the lack of module.exports and apply jscodeshift transform placed in addModuleExports.js.
Problem During Load because of wrong ss:ExpandedRowCount.
| # Alternative: https://github.com/agileanimal/grape-entity-matchers | |
| RSpec::Matchers.define :represent do |expected| | |
| match do |actual| | |
| exposes? && aliases? && has_presenter? && has_runtime_exposure? | |
| end | |
| chain :as do |as_alias| | |
| @as_alias = as_alias | |
| end |
| desc "Upgrade Jasmine specs to 2.0 syntax" | |
| namespace :jasmine do | |
| task :upgrade_specs do | |
| Dir.glob('spec/javascripts/units/**/*_spec.js.coffee') do |filename| | |
| specs = File.read(filename) | |
| specs = specs.gsub('.andReturn', '.and.returnValue') | |
| specs = specs.gsub('.andCallFake', '.and.callFake') | |
| specs = specs.gsub('.andCallThrough', '.and.callThrough') |